Class MuxStream.Fmp4Config.Builder (1.82.0)

public static final class MuxStream.Fmp4Config.Builder extends GeneratedMessage.Builder<MuxStream.Fmp4Config.Builder> implements MuxStream.Fmp4ConfigOrBuilder

fmp4 container configuration.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MuxStream.Fmp4Config build()
Returns
Type Description
MuxStream.Fmp4Config

buildPartial()

public MuxStream.Fmp4Config buildPartial()
Returns
Type Description
MuxStream.Fmp4Config

clear()

public MuxStream.Fmp4Config.Builder clear()
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

clearCodecTag()

public MuxStream.Fmp4Config.Builder clearCodecTag()

Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.

Supported H265 codec tags:

  • hvc1 (default)
  • hev1

string codec_tag = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
MuxStream.Fmp4Config.Builder

This builder for chaining.

getCodecTag()

public String getCodecTag()

Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.

Supported H265 codec tags:

  • hvc1 (default)
  • hev1

string codec_tag = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The codecTag.

getCodecTagBytes()

public ByteString getCodecTagBytes()

Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.

Supported H265 codec tags:

  • hvc1 (default)
  • hev1

string codec_tag = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for codecTag.

getDefaultInstanceForType()

public MuxStream.Fmp4Config getDefaultInstanceForType()
Returns
Type Description
MuxStream.Fmp4Config

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MuxStream.Fmp4Config other)

public MuxStream.Fmp4Config.Builder mergeFrom(MuxStream.Fmp4Config other)
Parameter
Name Description
other MuxStream.Fmp4Config
Returns
Type Description
MuxStream.Fmp4Config.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MuxStream.Fmp4Config.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MuxStream.Fmp4Config.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

setCodecTag(String value)

public MuxStream.Fmp4Config.Builder setCodecTag(String value)

Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.

Supported H265 codec tags:

  • hvc1 (default)
  • hev1

string codec_tag = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The codecTag to set.

Returns
Type Description
MuxStream.Fmp4Config.Builder

This builder for chaining.

setCodecTagBytes(ByteString value)

public MuxStream.Fmp4Config.Builder setCodecTagBytes(ByteString value)

Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.

Supported H265 codec tags:

  • hvc1 (default)
  • hev1

string codec_tag = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for codecTag to set.

Returns
Type Description
MuxStream.Fmp4Config.Builder

This builder for chaining.