google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.MonitorStreamInfo View Source

Settings and Info of the monitor stream

Attributes

  • broadcastStreamDelayMs (type: integer(), default: nil) - If you have set the <code><a href="#enableMonitorStream">enableMonitorStream</a></code> property to <code>true</code>, 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.<br><br> You need to set this value to <code>true</code> if you intend to have a broadcast delay for your event.<br><br> <strong>Note:</strong> This property cannot be updated once the broadcast is in the <code>testing</code> or <code>live</code> state.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.