GoogleApi.DFAReporting.V34.Model.VideoFormat (google_api_dfa_reporting v0.31.0)
View SourceContains information about supported video formats.
Attributes
-
fileType
(type:String.t
, default:nil
) - File type of the video format. -
id
(type:integer()
, default:nil
) - ID of the video format. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat". -
resolution
(type:GoogleApi.DFAReporting.V34.Model.Size.t
, default:nil
) - The resolution of this video format. -
targetBitRate
(type:integer()
, default:nil
) - The target bit rate of this video format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.VideoFormat{ fileType: String.t() | nil, id: integer() | nil, kind: String.t() | nil, resolution: GoogleApi.DFAReporting.V34.Model.Size.t() | nil, targetBitRate: integer() | nil }