google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.LiveBroadcastStatus View Source

Attributes

  • lifeCycleStatus (type: String.t, default: nil) - The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.
  • liveBroadcastPriority (type: String.t, default: nil) - Priority of the live broadcast event (internal state).
  • privacyStatus (type: String.t, default: nil) - The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource.
  • recordingStatus (type: String.t, default: nil) - The broadcast's recording status.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveBroadcastStatus{
  lifeCycleStatus: String.t(),
  liveBroadcastPriority: String.t(),
  privacyStatus: String.t(),
  recordingStatus: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.