Class MuxStream.Fmp4Config.Builder (1.79.0)

publicstaticfinalclass MuxStream.Fmp4Config.BuilderextendsGeneratedMessageV3.Builder<MuxStream.Fmp4Config.Builder>implementsMuxStream.Fmp4ConfigOrBuilder

fmp4 container configuration.

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

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicMuxStream.Fmp4Config.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

build()

publicMuxStream.Fmp4Configbuild()
Returns
Type Description
MuxStream.Fmp4Config

buildPartial()

publicMuxStream.Fmp4ConfigbuildPartial()
Returns
Type Description
MuxStream.Fmp4Config

clear()

publicMuxStream.Fmp4Config.Builderclear()
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

clearCodecTag()

publicMuxStream.Fmp4Config.BuilderclearCodecTag()

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.

clearField(Descriptors.FieldDescriptor field)

publicMuxStream.Fmp4Config.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicMuxStream.Fmp4Config.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

clone()

publicMuxStream.Fmp4Config.Builderclone()
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

getCodecTag()

publicStringgetCodecTag()

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

publicByteStringgetCodecTagBytes()

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

publicMuxStream.Fmp4ConfiggetDefaultInstanceForType()
Returns
Type Description
MuxStream.Fmp4Config

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MuxStream.Fmp4Config other)

publicMuxStream.Fmp4Config.BuildermergeFrom(MuxStream.Fmp4Configother)
Parameter
Name Description
other MuxStream.Fmp4Config
Returns
Type Description
MuxStream.Fmp4Config.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicMuxStream.Fmp4Config.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicMuxStream.Fmp4Config.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalMuxStream.Fmp4Config.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

setCodecTag(String value)

publicMuxStream.Fmp4Config.BuildersetCodecTag(Stringvalue)

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)

publicMuxStream.Fmp4Config.BuildersetCodecTagBytes(ByteStringvalue)

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.

setField(Descriptors.FieldDescriptor field, Object value)

publicMuxStream.Fmp4Config.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicMuxStream.Fmp4Config.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalMuxStream.Fmp4Config.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MuxStream.Fmp4Config.Builder
Overrides

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.