Transcoder v1 API - Class AudioStream.Types.AudioMapping (2.2.0)

public sealed class AudioMapping : IMessage<AudioStream.Types.AudioMapping>, IEquatable<AudioStream.Types.AudioMapping>, IDeepCloneable<AudioStream.Types.AudioMapping>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class AudioStream.Types.AudioMapping.

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

Inheritance

Object > AudioStream.Types.AudioMapping

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

AudioMapping()

public AudioMapping()

AudioMapping(AudioStream.Types.AudioMapping)

public AudioMapping(AudioStream.Types.AudioMapping other)
Parameter
NameDescription
otherAudioStream.Types.AudioMapping

Properties

AtomKey

public string AtomKey { get; set; }

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

Property Value
TypeDescription
String

GainDb

public double GainDb { get; set; }

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

Property Value
TypeDescription
Double

InputChannel

public int InputChannel { get; set; }

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

Property Value
TypeDescription
Int32

InputKey

public string InputKey { get; set; }

Required. The Input.key that identifies the input file.

Property Value
TypeDescription
String

InputTrack

public int InputTrack { get; set; }

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

Property Value
TypeDescription
Int32

OutputChannel

public int OutputChannel { get; set; }

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

Property Value
TypeDescription
Int32