Interface AudioStream.AudioAtomOrBuilder (0.4.3)

public static interface AudioStream.AudioAtomOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannels(int index)

public abstract AudioStream.AudioAtom.AudioChannel getChannels(int index)

List of Channels for this audio stream. for in-depth explanation.

repeated .google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannel channels = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AudioStream.AudioAtom.AudioChannel

getChannelsCount()

public abstract int getChannelsCount()

List of Channels for this audio stream. for in-depth explanation.

repeated .google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannel channels = 2;

Returns
TypeDescription
int

getChannelsList()

public abstract List<AudioStream.AudioAtom.AudioChannel> getChannelsList()

List of Channels for this audio stream. for in-depth explanation.

repeated .google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannel channels = 2;

Returns
TypeDescription
List<AudioChannel>

getChannelsOrBuilder(int index)

public abstract AudioStream.AudioAtom.AudioChannelOrBuilder getChannelsOrBuilder(int index)

List of Channels for this audio stream. for in-depth explanation.

repeated .google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannel channels = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AudioStream.AudioAtom.AudioChannelOrBuilder

getChannelsOrBuilderList()

public abstract List<? extends AudioStream.AudioAtom.AudioChannelOrBuilder> getChannelsOrBuilderList()

List of Channels for this audio stream. for in-depth explanation.

repeated .google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannel channels = 2;

Returns
TypeDescription
List<? extends com.google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom.AudioChannelOrBuilder>

getKey()

public abstract String getKey()

Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for key.