Transcoder v1 API - Class AudioStream.Types.AudioMapping (2.10.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 [JobConfig.edit_list][google.cloud.video.transcoder.v1.JobConfig.edit_list] atoms with audio [EditAtom.inputs][google.cloud.video.transcoder.v1.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
Name Description
other AudioStreamTypesAudioMapping

Properties

AtomKey

public string AtomKey { get; set; }

Required. The [EditAtom.key][google.cloud.video.transcoder.v1.EditAtom.key] that references the atom with audio inputs in the [JobConfig.edit_list][google.cloud.video.transcoder.v1.JobConfig.edit_list].

Property Value
Type Description
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
Type Description
double

InputChannel

public int InputChannel { get; set; }

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

Property Value
Type Description
int

InputKey

public string InputKey { get; set; }

Required. The [Input.key][google.cloud.video.transcoder.v1.Input.key] that identifies the input file.

Property Value
Type Description
string

InputTrack

public int InputTrack { get; set; }

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

Property Value
Type Description
int

OutputChannel

public int OutputChannel { get; set; }

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

Property Value
Type Description
int