public final class MuxStream extends GeneratedMessageV3 implements MuxStreamOrBuilder
Multiplexing settings for output stream.
Protobuf type google.cloud.video.livestream.v1.MuxStream
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTAINER_FIELD_NUMBER
public static final int CONTAINER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ELEMENTARY_STREAMS_FIELD_NUMBER
public static final int ELEMENTARY_STREAMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENCRYPTION_ID_FIELD_NUMBER
public static final int ENCRYPTION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SEGMENT_SETTINGS_FIELD_NUMBER
public static final int SEGMENT_SETTINGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MuxStream getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MuxStream.Builder newBuilder()
newBuilder(MuxStream prototype)
public static MuxStream.Builder newBuilder(MuxStream prototype)
Parameter |
Name |
Description |
prototype |
MuxStream
|
public static MuxStream parseDelimitedFrom(InputStream input)
public static MuxStream parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MuxStream parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MuxStream parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MuxStream parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MuxStream parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MuxStream parseFrom(CodedInputStream input)
public static MuxStream parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MuxStream parseFrom(InputStream input)
public static MuxStream parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MuxStream parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MuxStream parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MuxStream> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getContainer()
public String getContainer()
The container format. The default is fmp4
.
Supported container formats:
fmp4
- the corresponding file extension is .m4s
ts
- the corresponding file extension is .ts
string container = 3;
Returns |
Type |
Description |
String |
The container.
|
getContainerBytes()
public ByteString getContainerBytes()
The container format. The default is fmp4
.
Supported container formats:
fmp4
- the corresponding file extension is .m4s
ts
- the corresponding file extension is .ts
string container = 3;
Returns |
Type |
Description |
ByteString |
The bytes for container.
|
getDefaultInstanceForType()
public MuxStream getDefaultInstanceForType()
getElementaryStreams(int index)
public String getElementaryStreams(int index)
List of ElementaryStream
keys multiplexed
in this stream.
- For
fmp4
container, must contain either one video or one audio stream.
- For
ts
container, must contain exactly one audio stream and up to one
video 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)
public ByteString getElementaryStreamsBytes(int index)
List of ElementaryStream
keys multiplexed
in this stream.
- For
fmp4
container, must contain either one video or one audio stream.
- For
ts
container, must contain exactly one audio stream and up to one
video 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()
public int getElementaryStreamsCount()
List of ElementaryStream
keys multiplexed
in this stream.
- For
fmp4
container, must contain either one video or one audio stream.
- For
ts
container, must contain exactly one audio stream and up to one
video stream.
repeated string elementary_streams = 4;
Returns |
Type |
Description |
int |
The count of elementaryStreams.
|
getElementaryStreamsList()
public ProtocolStringList getElementaryStreamsList()
List of ElementaryStream
keys multiplexed
in this stream.
- For
fmp4
container, must contain either one video or one audio stream.
- For
ts
container, must contain exactly one audio stream and up to one
video stream.
repeated string elementary_streams = 4;
getEncryptionId()
public String getEncryptionId()
Identifier of the encryption configuration to use. If omitted, output
will be unencrypted.
string encryption_id = 6;
Returns |
Type |
Description |
String |
The encryptionId.
|
getEncryptionIdBytes()
public ByteString getEncryptionIdBytes()
Identifier of the encryption configuration to use. If omitted, output
will be unencrypted.
string encryption_id = 6;
Returns |
Type |
Description |
ByteString |
The bytes for encryptionId.
|
getKey()
A unique key for this multiplexed stream.
string key = 1;
Returns |
Type |
Description |
String |
The key.
|
getKeyBytes()
public ByteString getKeyBytes()
A unique key for this multiplexed stream.
string key = 1;
Returns |
Type |
Description |
ByteString |
The bytes for key.
|
getParserForType()
public Parser<MuxStream> getParserForType()
Overrides
getSegmentSettings()
public SegmentSettings getSegmentSettings()
Segment settings for fmp4
and ts
.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
getSegmentSettingsOrBuilder()
public SegmentSettingsOrBuilder getSegmentSettingsOrBuilder()
Segment settings for fmp4
and ts
.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasSegmentSettings()
public boolean hasSegmentSettings()
Segment settings for fmp4
and ts
.
.google.cloud.video.livestream.v1.SegmentSettings segment_settings = 5;
Returns |
Type |
Description |
boolean |
Whether the segmentSettings field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MuxStream.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MuxStream.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MuxStream.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides