Interface MuxStream.Fmp4ConfigOrBuilder (1.69.0)

public static interface MuxStream.Fmp4ConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodecTag()

public abstract 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 abstract 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.