View Source GoogleApi.DisplayVideo.V1.Model.AudioVideoOffset (google_api_display_video v0.35.0)

The length an audio or a video has been played.

Attributes

  • percentage (type: String.t, default: nil) - The offset in percentage of the audio or video duration.
  • seconds (type: String.t, default: nil) - The offset in seconds from the start of the audio or video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AudioVideoOffset{
  percentage: String.t() | nil,
  seconds: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.