public static interface AudioStream.AudioAtomOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for key. |