public static final class MuxStream.Builder extends GeneratedMessageV3.Builder<MuxStream.Builder> implements MuxStreamOrBuilder
Multiplexing settings for output stream.
Protobuf type google.cloud.video.transcoder.v1beta1.MuxStream
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MuxStream.BuilderImplements
MuxStreamOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllElementaryStreams(Iterable<String> values)
public MuxStream.Builder addAllElementaryStreams(Iterable<String> values)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
values | Iterable<String> The elementaryStreams to add. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
addElementaryStreams(String value)
public MuxStream.Builder addElementaryStreams(String value)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
value | String The elementaryStreams to add. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
addElementaryStreamsBytes(ByteString value)
public MuxStream.Builder addElementaryStreamsBytes(ByteString value)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
value | ByteString The bytes of the elementaryStreams to add. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MuxStream.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MuxStream.Builder |
build()
public MuxStream build()
Type | Description |
MuxStream |
buildPartial()
public MuxStream buildPartial()
Type | Description |
MuxStream |
clear()
public MuxStream.Builder clear()
Type | Description |
MuxStream.Builder |
clearContainer()
public MuxStream.Builder clearContainer()
The container format. The default is "mp4"
Supported container formats:
- 'ts'
- 'fmp4'- the corresponding file extension is
".m4s"
- 'mp4'
- 'vtt'
string container = 3;
Type | Description |
MuxStream.Builder | This builder for chaining. |
clearElementaryStreams()
public MuxStream.Builder clearElementaryStreams()
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Type | Description |
MuxStream.Builder | This builder for chaining. |
clearEncryption()
public MuxStream.Builder clearEncryption()
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Type | Description |
MuxStream.Builder |
clearField(Descriptors.FieldDescriptor field)
public MuxStream.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
MuxStream.Builder |
clearFileName()
public MuxStream.Builder clearFileName()
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;
Type | Description |
MuxStream.Builder | This builder for chaining. |
clearKey()
public MuxStream.Builder clearKey()
A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key
with the ".m3u8"
extension suffix.
string key = 1;
Type | Description |
MuxStream.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public MuxStream.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
MuxStream.Builder |
clearSegmentSettings()
public MuxStream.Builder clearSegmentSettings()
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Type | Description |
MuxStream.Builder |
clone()
public MuxStream.Builder clone()
Type | Description |
MuxStream.Builder |
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for container. |
getDefaultInstanceForType()
public MuxStream getDefaultInstanceForType()
Type | Description |
MuxStream |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getElementaryStreams(int index)
public String getElementaryStreams(int index)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The elementaryStreams at the given index. |
getElementaryStreamsBytes(int index)
public ByteString getElementaryStreamsBytes(int index)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the elementaryStreams at the given index. |
getElementaryStreamsCount()
public int getElementaryStreamsCount()
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Type | Description |
int | The count of elementaryStreams. |
getElementaryStreamsList()
public ProtocolStringList getElementaryStreamsList()
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Type | Description |
ProtocolStringList | A list containing the elementaryStreams. |
getEncryption()
public Encryption getEncryption()
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Type | Description |
Encryption | The encryption. |
getEncryptionBuilder()
public Encryption.Builder getEncryptionBuilder()
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Type | Description |
Encryption.Builder |
getEncryptionOrBuilder()
public EncryptionOrBuilder getEncryptionOrBuilder()
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Type | Description |
EncryptionOrBuilder |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for key. |
getSegmentSettings()
public SegmentSettings getSegmentSettings()
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Type | Description |
SegmentSettings | The segmentSettings. |
getSegmentSettingsBuilder()
public SegmentSettings.Builder getSegmentSettingsBuilder()
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Type | Description |
SegmentSettings.Builder |
getSegmentSettingsOrBuilder()
public SegmentSettingsOrBuilder getSegmentSettingsOrBuilder()
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Type | Description |
SegmentSettingsOrBuilder |
hasEncryption()
public boolean hasEncryption()
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Type | Description |
boolean | Whether the encryption field is set. |
hasSegmentSettings()
public boolean hasSegmentSettings()
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Type | Description |
boolean | Whether the segmentSettings field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEncryption(Encryption value)
public MuxStream.Builder mergeEncryption(Encryption value)
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Name | Description |
value | Encryption |
Type | Description |
MuxStream.Builder |
mergeFrom(MuxStream other)
public MuxStream.Builder mergeFrom(MuxStream other)
Name | Description |
other | MuxStream |
Type | Description |
MuxStream.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MuxStream.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MuxStream.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public MuxStream.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
MuxStream.Builder |
mergeSegmentSettings(SegmentSettings value)
public MuxStream.Builder mergeSegmentSettings(SegmentSettings value)
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Name | Description |
value | SegmentSettings |
Type | Description |
MuxStream.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MuxStream.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MuxStream.Builder |
setContainer(String value)
public MuxStream.Builder setContainer(String value)
The container format. The default is "mp4"
Supported container formats:
- 'ts'
- 'fmp4'- the corresponding file extension is
".m4s"
- 'mp4'
- 'vtt'
string container = 3;
Name | Description |
value | String The container to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setContainerBytes(ByteString value)
public MuxStream.Builder setContainerBytes(ByteString value)
The container format. The default is "mp4"
Supported container formats:
- 'ts'
- 'fmp4'- the corresponding file extension is
".m4s"
- 'mp4'
- 'vtt'
string container = 3;
Name | Description |
value | ByteString The bytes for container to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setElementaryStreams(int index, String value)
public MuxStream.Builder setElementaryStreams(int index, String value)
List of ElementaryStream.key
s multiplexed in this stream.
repeated string elementary_streams = 4;
Name | Description |
index | int The index to set the value at. |
value | String The elementaryStreams to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setEncryption(Encryption value)
public MuxStream.Builder setEncryption(Encryption value)
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Name | Description |
value | Encryption |
Type | Description |
MuxStream.Builder |
setEncryption(Encryption.Builder builderForValue)
public MuxStream.Builder setEncryption(Encryption.Builder builderForValue)
Encryption settings.
.google.cloud.video.transcoder.v1beta1.Encryption encryption = 6;
Name | Description |
builderForValue | Encryption.Builder |
Type | Description |
MuxStream.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public MuxStream.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MuxStream.Builder |
setFileName(String value)
public MuxStream.Builder setFileName(String value)
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;
Name | Description |
value | String The fileName to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setFileNameBytes(ByteString value)
public MuxStream.Builder setFileNameBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for fileName to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setKey(String value)
public MuxStream.Builder setKey(String value)
A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key
with the ".m3u8"
extension suffix.
string key = 1;
Name | Description |
value | String The key to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setKeyBytes(ByteString value)
public MuxStream.Builder setKeyBytes(ByteString value)
A unique key for this multiplexed stream. HLS media manifests will be
named MuxStream.key
with the ".m3u8"
extension suffix.
string key = 1;
Name | Description |
value | ByteString The bytes for key to set. |
Type | Description |
MuxStream.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MuxStream.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
MuxStream.Builder |
setSegmentSettings(SegmentSettings value)
public MuxStream.Builder setSegmentSettings(SegmentSettings value)
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Name | Description |
value | SegmentSettings |
Type | Description |
MuxStream.Builder |
setSegmentSettings(SegmentSettings.Builder builderForValue)
public MuxStream.Builder setSegmentSettings(SegmentSettings.Builder builderForValue)
Segment settings for "ts"
, "fmp4"
and "vtt"
.
.google.cloud.video.transcoder.v1beta1.SegmentSettings segment_settings = 5;
Name | Description |
builderForValue | SegmentSettings.Builder |
Type | Description |
MuxStream.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MuxStream.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MuxStream.Builder |