Class AudioMapping
The mapping for the JobConfig.edit_list atoms with audio EditAtom.inputs.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class AudioMapping : IDirectResponseSchema
Properties
AtomKey
Required. The EditAtom.key that references the atom with audio inputs in the JobConfig.edit_list.
Declaration
[JsonProperty("atomKey")]
public virtual string AtomKey { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GainDb
Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
Declaration
[JsonProperty("gainDb")]
public virtual double? GainDb { get; set; }
Property Value
Type | Description |
---|---|
double? |
InputChannel
Required. The zero-based index of the channel in the input audio stream.
Declaration
[JsonProperty("inputChannel")]
public virtual int? InputChannel { get; set; }
Property Value
Type | Description |
---|---|
int? |
InputKey
Required. The Input.key that identifies the input file.
Declaration
[JsonProperty("inputKey")]
public virtual string InputKey { get; set; }
Property Value
Type | Description |
---|---|
string |
InputTrack
Required. The zero-based index of the track in the input file.
Declaration
[JsonProperty("inputTrack")]
public virtual int? InputTrack { get; set; }
Property Value
Type | Description |
---|---|
int? |
OutputChannel
Required. The zero-based index of the channel in the output audio stream.
Declaration
[JsonProperty("outputChannel")]
public virtual int? OutputChannel { get; set; }
Property Value
Type | Description |
---|---|
int? |