public static interface AudioStream.AudioAtom.AudioChannel.AudioChannelInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChannel()
public abstract int getChannel()
Required. The zero-based index of the channel in the input file.
int32 channel = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The channel. |
getGainDb()
public abstract double getGainDb()
Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
double gain_db = 4;
Type | Description |
double | The gainDb. |
getKey()
public abstract String getKey()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for key. |
getTrack()
public abstract int getTrack()
Required. The zero-based index of the track in the input file.
int32 track = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The track. |