[−][src]Trait gstreamer_video::VideoSinkExt
Required methods
fn get_property_show_preroll_frame(&self) -> bool
Whether to show video frames during preroll. If set to false
, video
frames will only be rendered in PLAYING state.
fn set_property_show_preroll_frame(&self, show_preroll_frame: bool)
Whether to show video frames during preroll. If set to false
, video
frames will only be rendered in PLAYING state.
fn connect_property_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<VideoSink>> VideoSinkExt for O
[src]
fn get_property_show_preroll_frame(&self) -> bool
[src]
fn set_property_show_preroll_frame(&self, show_preroll_frame: bool)
[src]
fn connect_property_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId