publicfinalclass MuxStreamextendsGeneratedMessageV3implementsMuxStreamOrBuilder
Multiplexing settings for output stream.
Protobuf type google.cloud.video.transcoder.v1.MuxStream
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
CONTAINER_FIELD_NUMBER
publicstaticfinalintCONTAINER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ELEMENTARY_STREAMS_FIELD_NUMBER
publicstaticfinalintELEMENTARY_STREAMS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ENCRYPTION_ID_FIELD_NUMBER
publicstaticfinalintENCRYPTION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
FILE_NAME_FIELD_NUMBER
publicstaticfinalintFILE_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
KEY_FIELD_NUMBER
publicstaticfinalintKEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SEGMENT_SETTINGS_FIELD_NUMBER
publicstaticfinalintSEGMENT_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticMuxStreamgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticMuxStream.BuildernewBuilder()
newBuilder(MuxStream prototype)
publicstaticMuxStream.BuildernewBuilder(MuxStreamprototype)
| Parameter |
| Name |
Description |
prototype |
MuxStream
|
publicstaticMuxStreamparseDelimitedFrom(InputStreaminput)
publicstaticMuxStreamparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticMuxStreamparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticMuxStreamparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticMuxStreamparseFrom(CodedInputStreaminput)
publicstaticMuxStreamparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticMuxStreamparseFrom(InputStreaminput)
publicstaticMuxStreamparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticMuxStreamparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<MuxStream>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getContainer()
publicStringgetContainer()
The container format. The default is mp4
Supported container formats:
string container = 3;
| Returns |
| Type |
Description |
String |
The container.
|
getContainerBytes()
publicByteStringgetContainerBytes()
The container format. The default is mp4
Supported container formats:
string container = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for container.
|
getDefaultInstanceForType()
publicMuxStreamgetDefaultInstanceForType()
getElementaryStreams(int index)
publicStringgetElementaryStreams(intindex)
List of ElementaryStream.keys 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)
publicByteStringgetElementaryStreamsBytes(intindex)
List of ElementaryStream.keys 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()
publicintgetElementaryStreamsCount()
List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
| Returns |
| Type |
Description |
int |
The count of elementaryStreams.
|
getElementaryStreamsList()
publicProtocolStringListgetElementaryStreamsList()
List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
getEncryptionId()
publicStringgetEncryptionId()
Identifier of the encryption configuration to use. If omitted, output will
be unencrypted.
string encryption_id = 7;
| Returns |
| Type |
Description |
String |
The encryptionId.
|
getEncryptionIdBytes()
publicByteStringgetEncryptionIdBytes()
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()
publicStringgetFileName()
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()
publicByteStringgetFileNameBytes()
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()
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()
publicByteStringgetKeyBytes()
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.
|
getParserForType()
publicParser<MuxStream>getParserForType()
Overrides
getSegmentSettings()
publicSegmentSettingsgetSegmentSettings()
Segment settings for ts, fmp4 and vtt.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
getSegmentSettingsOrBuilder()
publicSegmentSettingsOrBuildergetSegmentSettingsOrBuilder()
Segment settings for ts, fmp4 and vtt.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasSegmentSettings()
publicbooleanhasSegmentSettings()
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicMuxStream.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedMuxStream.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicMuxStream.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides