google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.VideoFormat View Source

Contains 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: dfareporting#videoFormat) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.VideoFormat{
  fileType: String.t(),
  id: integer(),
  kind: String.t(),
  resolution: GoogleApi.DFAReporting.V34.Model.Size.t(),
  targetBitRate: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.