Class MuxStream (1.2.5)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 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
publicfinalclass MuxStreamextendsGeneratedMessageV3implementsMuxStreamOrBuilderMultiplexing settings for output stream.
Protobuf type google.cloud.video.transcoder.v1.MuxStream
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MuxStreamImplements
MuxStreamOrBuilderInherited Members
Static Fields
CONTAINER_FIELD_NUMBER
publicstaticfinalintCONTAINER_FIELD_NUMBERELEMENTARY_STREAMS_FIELD_NUMBER
publicstaticfinalintELEMENTARY_STREAMS_FIELD_NUMBERFILE_NAME_FIELD_NUMBER
publicstaticfinalintFILE_NAME_FIELD_NUMBERKEY_FIELD_NUMBER
publicstaticfinalintKEY_FIELD_NUMBERSEGMENT_SETTINGS_FIELD_NUMBER
publicstaticfinalintSEGMENT_SETTINGS_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticMuxStreamgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticMuxStream.BuildernewBuilder()newBuilder(MuxStream prototype)
publicstaticMuxStream.BuildernewBuilder(MuxStreamprototype)parseDelimitedFrom(InputStream input)
publicstaticMuxStreamparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticMuxStreamparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticMuxStreamparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticMuxStreamparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticMuxStreamparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticMuxStreamparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
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)getContainer()
publicStringgetContainer() The container format. The default is mp4
Supported container formats:
tsfmp4- the corresponding file extension is.m4smp4vttSee also: Supported input and output formats
string container = 3;
The container.
getContainerBytes()
publicByteStringgetContainerBytes() The container format. The default is mp4
Supported container formats:
tsfmp4- the corresponding file extension is.m4smp4vttSee also: Supported input and output formats
string container = 3;
The bytes for container.
getDefaultInstanceForType()
publicMuxStreamgetDefaultInstanceForType()getElementaryStreams(int index)
publicStringgetElementaryStreams(intindex) List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
The elementaryStreams at the given index.
getElementaryStreamsBytes(int index)
publicByteStringgetElementaryStreamsBytes(intindex) List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
The bytes of the elementaryStreams at the given index.
getElementaryStreamsCount()
publicintgetElementaryStreamsCount() List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
The count of elementaryStreams.
getElementaryStreamsList()
publicProtocolStringListgetElementaryStreamsList() List of ElementaryStream.keys multiplexed in this stream.
repeated string elementary_streams = 4;
A list containing the elementaryStreams.
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;
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;
The bytes for fileName.
getKey()
publicStringgetKey() A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key with the .m3u8 extension suffix.
string key = 1;
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;
The bytes for key.
getParserForType()
publicParser<MuxStream>getParserForType()getSegmentSettings()
publicSegmentSettingsgetSegmentSettings() Segment settings for ts, fmp4 and vtt.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
The segmentSettings.
getSegmentSettingsOrBuilder()
publicSegmentSettingsOrBuildergetSegmentSettingsOrBuilder() Segment settings for ts, fmp4 and vtt.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasSegmentSettings()
publicbooleanhasSegmentSettings() Segment settings for ts, fmp4 and vtt.
.google.cloud.video.transcoder.v1.SegmentSettings segment_settings = 5;
Whether the segmentSettings field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicMuxStream.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedMuxStream.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicMuxStream.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)