Trait gstreamer_video::prelude::VideoSinkExt [−][src]
pub trait VideoSinkExt: 'static { fn shows_preroll_frame(&self) -> bool; fn set_show_preroll_frame(&self, show_preroll_frame: bool); fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Expand description
Required methods
fn shows_preroll_frame(&self) -> bool
[src]
fn shows_preroll_frame(&self) -> bool
[src]Whether to show video frames during preroll. If set to false
, video
frames will only be rendered in PLAYING state.
fn set_show_preroll_frame(&self, show_preroll_frame: bool)
[src]
fn set_show_preroll_frame(&self, show_preroll_frame: bool)
[src]Whether to show video frames during preroll. If set to false
, video
frames will only be rendered in PLAYING state.
fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]Implementors
fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]