Interface AudioStream.AudioAtom.AudioChannel.AudioChannelInputOrBuilder (0.4.3)

public static interface AudioStream.AudioAtom.AudioChannel.AudioChannelInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
int

The track.