Struct google_youtube3::api::MonitorStreamInfo [−][src]
Settings and Info of the monitor stream
This type is not used in any activity, and only used as part of another schema.
Fields
broadcast_stream_delay_ms: Option<u32>If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.
embed_html: Option<String>HTML code that embeds a player that plays the monitor stream.
enable_monitor_stream: Option<bool>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 Clone for MonitorStreamInfo[src]
fn clone(&self) -> MonitorStreamInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for MonitorStreamInfo[src]
impl Default for MonitorStreamInfo[src]
fn default() -> MonitorStreamInfo[src]
impl<'de> Deserialize<'de> for MonitorStreamInfo[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for MonitorStreamInfo[src]
impl Serialize for MonitorStreamInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for MonitorStreamInfo[src]
impl Send for MonitorStreamInfo[src]
impl Sync for MonitorStreamInfo[src]
impl Unpin for MonitorStreamInfo[src]
impl UnwindSafe for MonitorStreamInfo[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,