public interface MuxStreamOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainer()
public abstract String getContainer() The container format. The default is fmp4.
Supported container formats:
fmp4- the corresponding file extension is.m4sts- the corresponding file extension is.ts
string container = 3;
| Type | Description |
| String | The container. |
getContainerBytes()
public abstract ByteString getContainerBytes() The container format. The default is fmp4.
Supported container formats:
fmp4- the corresponding file extension is.m4sts- the corresponding file extension is.ts
string container = 3;
| Type | Description |
| ByteString | The bytes for container. |
getElementaryStreams(int index)
public abstract String getElementaryStreams(int index) List of ElementaryStream keys multiplexed in this
stream.
- For
fmp4container, must contain either one video or one audio stream. - For
tscontainer, must contain exactly one audio stream and up to one video stream.
repeated string elementary_streams = 4;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The elementaryStreams at the given index. |
getElementaryStreamsBytes(int index)
public abstract ByteString getElementaryStreamsBytes(int index) List of ElementaryStream keys multiplexed in this
stream.
- For
fmp4container, must contain either one video or one audio stream. - For
tscontainer, must contain exactly one audio stream and up to one video stream.
repeated string elementary_streams = 4;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the elementaryStreams at the given index. |
getElementaryStreamsCount()
public abstract int getElementaryStreamsCount() List of ElementaryStream keys multiplexed in this
stream.
- For
fmp4container, must contain either one video or one audio stream. - For
tscontainer, must contain exactly one audio stream and up to one video stream.
repeated string elementary_streams = 4;
| Type | Description |
| int | The count of elementaryStreams. |
getElementaryStreamsList()
public abstract List<String> getElementaryStreamsList() List of ElementaryStream keys multiplexed in this
stream.
- For
fmp4container, must contain either one video or one audio stream. - For
tscontainer, must contain exactly one audio stream and up to one video stream.
repeated string elementary_streams = 4;
| Type | Description |
| List<String> | A list containing the elementaryStreams. |
getKey()
public abstract String getKey()A unique key for this multiplexed stream.
string key = 1;
| Type | Description |
| String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()A unique key for this multiplexed stream.
string key = 1;
| Type | Description |
| ByteString | The bytes for key. |
getSegmentSettings()
public abstract SegmentSettings getSegmentSettings() Segment settings for fmp4 and ts.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
| Type | Description |
| SegmentSettings | The segmentSettings. |
getSegmentSettingsOrBuilder()
public abstract SegmentSettingsOrBuilder getSegmentSettingsOrBuilder() Segment settings for fmp4 and ts.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
| Type | Description |
| SegmentSettingsOrBuilder |
hasSegmentSettings()
public abstract boolean hasSegmentSettings() Segment settings for fmp4 and ts.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
| Type | Description |
| boolean | Whether the segmentSettings field is set. |