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; }
Required methods
fn shows_preroll_frame(&self) -> bool
[src]
fn set_show_preroll_frame(&self, show_preroll_frame: bool)
[src]
fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<VideoSink>> VideoSinkExt for O
[src]
impl<O: IsA<VideoSink>> VideoSinkExt for O
[src]fn shows_preroll_frame(&self) -> bool
[src]
fn set_show_preroll_frame(&self, show_preroll_frame: bool)
[src]
fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId