Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::MuxStream::Fmp4Config (v2.2.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::MuxStream::Fmp4Config.

fmp4 container configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#codec_tag

def codec_tag() -> ::String
Returns
  • (::String) —

    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

#codec_tag=

def codec_tag=(value) -> ::String
Parameter
  • value (::String) —

    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
Returns
  • (::String) —

    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