Interface MuxStream.Fmp4ConfigOrBuilder (1.79.0)

publicstaticinterface MuxStream.Fmp4ConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodecTag()

publicabstractStringgetCodecTag()

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

publicabstractByteStringgetCodecTagBytes()

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.

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.