GoogleApi.YouTube.V3.Model.Cuepoint (google_api_you_tube v0.54.0)

View Source

Note that there may be a 5-second end-point resolution issue. For instance, if a cuepoint comes in for 22:03:27, we may stuff the cuepoint into 22:03:25 or 22:03:30, depending. This is an artifact of HLS.

Attributes

  • cueType (type: String.t, default: nil) -
  • durationSecs (type: integer(), default: nil) - The duration of this cuepoint.
  • etag (type: String.t, default: nil) -
  • id (type: String.t, default: nil) - The identifier for cuepoint resource.
  • insertionOffsetTimeMs (type: String.t, default: nil) - The time when the cuepoint should be inserted by offset to the broadcast actual start time.
  • walltimeMs (type: String.t, default: nil) - The wall clock time at which the cuepoint should be inserted. Only one of insertion_offset_time_ms and walltime_ms may be set at a time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.Cuepoint{
  cueType: String.t() | nil,
  durationSecs: integer() | nil,
  etag: String.t() | nil,
  id: String.t() | nil,
  insertionOffsetTimeMs: String.t() | nil,
  walltimeMs: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.