public interface AudioFormatOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelCount()
public abstract int getChannelCount()The number of audio channels.
int32 channel_count = 2;
| Type | Description |
| int | The channelCount. |
getChannelLayout(int index)
public abstract String getChannelLayout(int index)A list of channel names specifying the layout of the audio channels.
repeated string channel_layout = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The channelLayout at the given index. |
getChannelLayoutBytes(int index)
public abstract ByteString getChannelLayoutBytes(int index)A list of channel names specifying the layout of the audio channels.
repeated string channel_layout = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the channelLayout at the given index. |
getChannelLayoutCount()
public abstract int getChannelLayoutCount()A list of channel names specifying the layout of the audio channels.
repeated string channel_layout = 3;
| Type | Description |
| int | The count of channelLayout. |
getChannelLayoutList()
public abstract List<String> getChannelLayoutList()A list of channel names specifying the layout of the audio channels.
repeated string channel_layout = 3;
| Type | Description |
| List<String> | A list containing the channelLayout. |
getCodec()
public abstract String getCodec()Audio codec used in this audio stream.
string codec = 1;
| Type | Description |
| String | The codec. |
getCodecBytes()
public abstract ByteString getCodecBytes()Audio codec used in this audio stream.
string codec = 1;
| Type | Description |
| ByteString | The bytes for codec. |