View Source GoogleApi.Drive.V3.Model.FileVideoMediaMetadata (google_api_drive v0.27.1)

Output only. Additional metadata about video media. This may not be available immediately upon upload.

Attributes

  • durationMillis (type: String.t, default: nil) - Output only. The duration of the video in milliseconds.
  • height (type: integer(), default: nil) - Output only. The height of the video in pixels.
  • width (type: integer(), default: nil) - Output only. The width of the video in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileVideoMediaMetadata{
  durationMillis: String.t() | nil,
  height: integer() | nil,
  width: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.