Class MuxStream (1.0.4)

public final class MuxStream extends GeneratedMessageV3 implements MuxStreamOrBuilder

Multiplexing settings for output stream.

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

Implements

MuxStreamOrBuilder

Static Fields

CONTAINER_FIELD_NUMBER

public static final int CONTAINER_FIELD_NUMBER
Field Value
TypeDescription
int

ELEMENTARY_STREAMS_FIELD_NUMBER

public static final int ELEMENTARY_STREAMS_FIELD_NUMBER
Field Value
TypeDescription
int

FILE_NAME_FIELD_NUMBER

public static final int FILE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
TypeDescription
int

SEGMENT_SETTINGS_FIELD_NUMBER

public static final int SEGMENT_SETTINGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MuxStream getDefaultInstance()
Returns
TypeDescription
MuxStream

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MuxStream.Builder newBuilder()
Returns
TypeDescription
MuxStream.Builder

newBuilder(MuxStream prototype)

public static MuxStream.Builder newBuilder(MuxStream prototype)
Parameter
NameDescription
prototypeMuxStream
Returns
TypeDescription
MuxStream.Builder

parseDelimitedFrom(InputStream input)

public static MuxStream parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MuxStream parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MuxStream parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MuxStream parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MuxStream parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MuxStream parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MuxStream parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MuxStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MuxStream> parser()
Returns
TypeDescription
Parser<MuxStream>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getContainer()

public String getContainer()

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

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

string container = 3;

Returns
TypeDescription
String

The container.

getContainerBytes()

public ByteString getContainerBytes()

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

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

string container = 3;

Returns
TypeDescription
ByteString

The bytes for container.

getDefaultInstanceForType()

public MuxStream getDefaultInstanceForType()
Returns
TypeDescription
MuxStream

getElementaryStreams(int index)

public String getElementaryStreams(int index)

List of ElementaryStream.keys multiplexed in this stream.

repeated string elementary_streams = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The elementaryStreams at the given index.

getElementaryStreamsBytes(int index)

public ByteString getElementaryStreamsBytes(int index)

List of ElementaryStream.keys multiplexed in this stream.

repeated string elementary_streams = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the elementaryStreams at the given index.

getElementaryStreamsCount()

public int getElementaryStreamsCount()

List of ElementaryStream.keys multiplexed in this stream.

repeated string elementary_streams = 4;

Returns
TypeDescription
int

The count of elementaryStreams.

getElementaryStreamsList()

public ProtocolStringList getElementaryStreamsList()

List of ElementaryStream.keys multiplexed in this stream.

repeated string elementary_streams = 4;

Returns
TypeDescription
ProtocolStringList

A list containing the elementaryStreams.

getFileName()

public 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
TypeDescription
String

The fileName.

getFileNameBytes()

public 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
TypeDescription
ByteString

The bytes for fileName.

getKey()

public 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
TypeDescription
String

The key.

getKeyBytes()

public 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
TypeDescription
ByteString

The bytes for key.

getParserForType()

public Parser<MuxStream> getParserForType()
Returns
TypeDescription
Parser<MuxStream>
Overrides

getSegmentSettings()

public SegmentSettings getSegmentSettings()

Segment settings for ts, fmp4 and vtt.

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

Returns
TypeDescription
SegmentSettings

The segmentSettings.

getSegmentSettingsOrBuilder()

public SegmentSettingsOrBuilder getSegmentSettingsOrBuilder()

Segment settings for ts, fmp4 and vtt.

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

Returns
TypeDescription
SegmentSettingsOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasSegmentSettings()

public boolean hasSegmentSettings()

Segment settings for ts, fmp4 and vtt.

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

Returns
TypeDescription
boolean

Whether the segmentSettings field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MuxStream.Builder newBuilderForType()
Returns
TypeDescription
MuxStream.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MuxStream.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MuxStream.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MuxStream.Builder toBuilder()
Returns
TypeDescription
MuxStream.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException