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

public sealed class AudioStream.Types.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(AudioMapping)

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

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
int

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
int

OutputChannel

public int OutputChannel { get; set; }

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

Property Value
TypeDescription
int