Class AudioMapping (1.4.0)

AudioMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
atom_key str
Required. The ``EditAtom.key`` that references the atom with audio inputs in the ``Job.edit_list``.
input_key str
Required. The ``Input.key`` that identifies the input file.
input_track int
Required. The zero-based index of the track in the input file.
input_channel int
Required. The zero-based index of the channel in the input audio stream.
output_channel int
Required. The zero-based index of the channel in the output audio stream.
gain_db float
Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

Inheritance

builtins.object > proto.message.Message > AudioMapping