public sealed class AudioMapping : IMessage<AudioStream.Types.AudioMapping>, IEquatable<AudioStream.Types.AudioMapping>, IDeepCloneable<AudioStream.Types.AudioMapping>, IBufferMessage, IMessage
The mapping for the Job.edit_list
atoms with audio EditAtom.inputs
.
Implements
IMessage<AudioStream.Types.AudioMapping>, IEquatable<AudioStream.Types.AudioMapping>, IDeepCloneable<AudioStream.Types.AudioMapping>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
AudioMapping()
public AudioMapping()
AudioMapping(AudioStream.Types.AudioMapping)
public AudioMapping(AudioStream.Types.AudioMapping other)
Parameter | |
---|---|
Name | Description |
other | AudioStream.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 | |
---|---|
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 |
Int32 |
InputKey
public string InputKey { get; set; }
Required. The 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 |
Int32 |
OutputChannel
public int OutputChannel { get; set; }
Required. The zero-based index of the channel in the output audio stream.
Property Value | |
---|---|
Type | Description |
Int32 |