Trait gstreamer_video::auto::video_sink::VideoSinkExt

source ·
pub trait VideoSinkExt:
    IsA<VideoSink>
    + Sealed
    + 'static {
    // Provided methods
    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 { ... }
}

Provided Methods§

source

fn shows_preroll_frame(&self) -> bool

source

fn set_show_preroll_frame(&self, show_preroll_frame: bool)

source

fn connect_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§