GoogleApi.Transcoder.V1.Model.Fmp4Config (google_api_transcoder v0.4.2)
View Sourcefmp4
container configuration.
Attributes
-
codecTag
(type:String.t
, default:nil
) - 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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.Fmp4Config{codecTag: String.t() | nil}