Struct google_youtube3::MonitorStreamInfo [] [src]

pub struct MonitorStreamInfo {
    pub broadcast_stream_delay_ms: Option<u32>,
    pub embed_html: Option<String>,
    pub enable_monitor_stream: Option<bool>,
}

Settings and Info of the monitor stream

This type is not used in any activity, and only used as part of another schema.

Fields

If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.

HTML code that embeds a player that plays the monitor stream.

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.

Trait Implementations

impl Default for MonitorStreamInfo
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for MonitorStreamInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MonitorStreamInfo
[src]

[src]

Formats the value using the given formatter.

impl Part for MonitorStreamInfo
[src]