AudioMappingResponse

data class AudioMappingResponse(val atomKey: String, val gainDb: Double, val inputChannel: Int, val inputKey: String, val inputTrack: Int, val outputChannel: Int)

The mapping for the Job.edit_list atoms with audio EditAtom.inputs.

Constructors

Link copied to clipboard
fun AudioMappingResponse(atomKey: String, gainDb: Double, inputChannel: Int, inputKey: String, inputTrack: Int, outputChannel: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

Link copied to clipboard

Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

Link copied to clipboard

The zero-based index of the channel in the input audio stream.

Link copied to clipboard

The Input.key that identifies the input file.

Link copied to clipboard

The zero-based index of the track in the input file.

Link copied to clipboard

The zero-based index of the channel in the output audio stream.