Class AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput (1.0.0-beta04)

public sealed class AudioChannelInput : IMessage<AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput>, IEquatable<AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput>, IDeepCloneable<AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput>, IBufferMessage, IMessage

Identifies which input file, track, and channel should be used.

Inheritance

Object > AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

AudioChannelInput()

public AudioChannelInput()

AudioChannelInput(AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput)

public AudioChannelInput(AudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput other)
Parameter
NameDescription
otherAudioStream.Types.AudioAtom.Types.AudioChannel.Types.AudioChannelInput

Properties

Channel

public int Channel { get; set; }

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

Property Value
TypeDescription
Int32

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

Key

public string Key { get; set; }

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

Property Value
TypeDescription
String

Track

public int Track { get; set; }

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

Property Value
TypeDescription
Int32