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

View Source

Settings and Info of the monitor stream

Attributes

  • broadcastStreamDelayMs (type: integer(), default: nil) - If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.
  • embedHtml (type: String.t, default: nil) - HTML code that embeds a player that plays the monitor stream.
  • enableMonitorStream (type: boolean(), default: nil) - This value determines whether the monitor stream is enabled for the broadcast. If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. You need to set this value to true if you intend to have a broadcast delay for your event. Note: This property cannot be updated once the broadcast is in the testing or live state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.MonitorStreamInfo{
  broadcastStreamDelayMs: integer() | nil,
  embedHtml: String.t() | nil,
  enableMonitorStream: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.