- 1.51.0 (latest)
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
public interface MuxStreamOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContainer()
public abstract String getContainer()
The container format. The default is mp4
Supported container formats:
ts
fmp4
- the corresponding file extension is.m4s
mp4
vtt
See also: Supported input and output formats
string container = 3;
Returns | |
---|---|
Type | Description |
String |
The container. |
getContainerBytes()
public abstract ByteString getContainerBytes()
The container format. The default is mp4
Supported container formats:
ts
fmp4
- the corresponding file extension is.m4s
mp4
vtt
See also: Supported input and output formats
string container = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for container. |
getElementaryStreams(int index)
public abstract String getElementaryStreams(int index)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The elementaryStreams at the given index. |
getElementaryStreamsBytes(int index)
public abstract ByteString getElementaryStreamsBytes(int index)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the elementaryStreams at the given index. |
getElementaryStreamsCount()
public abstract int getElementaryStreamsCount()
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Returns | |
---|---|
Type | Description |
int |
The count of elementaryStreams. |
getElementaryStreamsList()
public abstract List<String> getElementaryStreamsList()
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the elementaryStreams. |
getEncryptionId()
public abstract String getEncryptionId()
Identifier of the encryption configuration to use. If omitted, output will be unencrypted.
string encryption_id = 7;
Returns | |
---|---|
Type | Description |
String |
The encryptionId. |
getEncryptionIdBytes()
public abstract ByteString getEncryptionIdBytes()
Identifier of the encryption configuration to use. If omitted, output will be unencrypted.
string encryption_id = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for encryptionId. |
getFileName()
public abstract String getFileName()
The name of the generated file. The default is MuxStream.key
with the
extension suffix corresponding to the MuxStream.container
.
Individual segments also have an incremental 10-digit zero-padded suffix
starting from 0 before the extension, such as mux_stream0000000123.ts
.
string file_name = 2;
Returns | |
---|---|
Type | Description |
String |
The fileName. |
getFileNameBytes()
public abstract ByteString getFileNameBytes()
The name of the generated file. The default is MuxStream.key
with the
extension suffix corresponding to the MuxStream.container
.
Individual segments also have an incremental 10-digit zero-padded suffix
starting from 0 before the extension, such as mux_stream0000000123.ts
.
string file_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fileName. |
getKey()
public abstract String getKey()
A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key
with the .m3u8
extension suffix.
string key = 1;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key
with the .m3u8
extension suffix.
string key = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getSegmentSettings()
public abstract SegmentSettings getSegmentSettings()
Segment settings for ts
, fmp4
and vtt
.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
Returns | |
---|---|
Type | Description |
SegmentSettings |
The segmentSettings. |
getSegmentSettingsOrBuilder()
public abstract SegmentSettingsOrBuilder getSegmentSettingsOrBuilder()
Segment settings for ts
, fmp4
and vtt
.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
Returns | |
---|---|
Type | Description |
SegmentSettingsOrBuilder |
hasSegmentSettings()
public abstract boolean hasSegmentSettings()
Segment settings for ts
, fmp4
and vtt
.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the segmentSettings field is set. |