public interface MuxStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer()
The container format.
|
com.google.protobuf.ByteString |
getContainerBytes()
The container format.
|
String |
getElementaryStreams(int index)
List of `ElementaryStream.key`s multiplexed in this stream.
|
com.google.protobuf.ByteString |
getElementaryStreamsBytes(int index)
List of `ElementaryStream.key`s multiplexed in this stream.
|
int |
getElementaryStreamsCount()
List of `ElementaryStream.key`s multiplexed in this stream.
|
List<String> |
getElementaryStreamsList()
List of `ElementaryStream.key`s multiplexed in this stream.
|
String |
getFileName()
The name of the generated file.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the generated file.
|
String |
getKey()
A unique key for this multiplexed stream.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this multiplexed stream.
|
SegmentSettings |
getSegmentSettings()
Segment settings for `ts`, `fmp4` and `vtt`.
|
SegmentSettingsOrBuilder |
getSegmentSettingsOrBuilder()
Segment settings for `ts`, `fmp4` and `vtt`.
|
boolean |
hasSegmentSettings()
Segment settings for `ts`, `fmp4` and `vtt`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
A unique key for this multiplexed stream. HLS media manifests will be named `MuxStream.key` with the `.m3u8` extension suffix.
string key = 1;com.google.protobuf.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;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;com.google.protobuf.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;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](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
string container = 3;com.google.protobuf.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](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
string container = 3;List<String> getElementaryStreamsList()
List of `ElementaryStream.key`s multiplexed in this stream.
repeated string elementary_streams = 4;int getElementaryStreamsCount()
List of `ElementaryStream.key`s multiplexed in this stream.
repeated string elementary_streams = 4;String getElementaryStreams(int index)
List of `ElementaryStream.key`s multiplexed in this stream.
repeated string elementary_streams = 4;index - The index of the element to return.com.google.protobuf.ByteString getElementaryStreamsBytes(int index)
List of `ElementaryStream.key`s multiplexed in this stream.
repeated string elementary_streams = 4;index - The index of the value to return.boolean hasSegmentSettings()
Segment settings for `ts`, `fmp4` and `vtt`.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;SegmentSettings getSegmentSettings()
Segment settings for `ts`, `fmp4` and `vtt`.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;SegmentSettingsOrBuilder getSegmentSettingsOrBuilder()
Segment settings for `ts`, `fmp4` and `vtt`.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;Copyright © 2022 Google LLC. All rights reserved.