Class MuxStream (0.4.3)

publicfinalclass MuxStreamextendsGeneratedMessageV3implementsMuxStreamOrBuilder

Multiplexing settings for output stream.

Protobuf type google.cloud.video.transcoder.v1beta1.MuxStream

Implements

MuxStreamOrBuilder

Inherited Members

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_FIELD_NUMBER

publicstaticfinalintENCRYPTION_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

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getContainer()

publicStringgetContainer()

The container format. The default is "mp4" Supported container formats:

  • 'ts'
  • 'fmp4'- the corresponding file extension is ".m4s"
  • 'mp4'
  • 'vtt'

string container = 3;

Returns
Type Description
String

The container.

getContainerBytes()

publicByteStringgetContainerBytes()

The container format. The default is "mp4" Supported container formats:

  • 'ts'
  • 'fmp4'- the corresponding file extension is ".m4s"
  • 'mp4'
  • 'vtt'

string container = 3;

Returns
Type Description
ByteString

The bytes for container.

getDefaultInstance()

publicstaticMuxStreamgetDefaultInstance()
Returns
Type Description

getDefaultInstanceForType()

publicMuxStreamgetDefaultInstanceForType()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

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;

Returns
Type Description
ProtocolStringList

A list containing the elementaryStreams.

getEncryption()

publicEncryptiongetEncryption()

Encryption settings.

.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;

Returns
Type Description
Encryption

The encryption.

getEncryptionOrBuilder()

publicEncryptionOrBuildergetEncryptionOrBuilder()

Encryption settings.

.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;

Returns
Type Description

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()

publicStringgetKey()

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()
Returns
Type Description
Overrides

getSegmentSettings()

publicSegmentSettingsgetSegmentSettings()

Segment settings for "ts", "fmp4" and "vtt".

.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;

Returns
Type Description
SegmentSettings

The segmentSettings.

getSegmentSettingsOrBuilder()

publicSegmentSettingsOrBuildergetSegmentSettingsOrBuilder()

Segment settings for "ts", "fmp4" and "vtt".

.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;

Returns
Type Description

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

hasEncryption()

publicbooleanhasEncryption()

Encryption settings.

.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;

Returns
Type Description
boolean

Whether the encryption field is set.

hasSegmentSettings()

publicbooleanhasSegmentSettings()

Segment settings for "ts", "fmp4" and "vtt".

.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;

Returns
Type Description
boolean

Whether the segmentSettings field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilder()

publicstaticMuxStream.BuildernewBuilder()
Returns
Type Description

newBuilder(MuxStream prototype)

publicstaticMuxStream.BuildernewBuilder(MuxStreamprototype)
Parameter
Name Description
prototype MuxStream
Returns
Type Description

newBuilderForType()

publicMuxStream.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedMuxStream.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
Returns
Type Description
Overrides

parseDelimitedFrom(InputStream input)

publicstaticMuxStreamparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticMuxStreamparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticMuxStreamparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticMuxStreamparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticMuxStreamparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticMuxStreamparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticMuxStreamparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<MuxStream>parser()
Returns
Type Description

toBuilder()

publicMuxStream.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.