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; }

Trait containing all VideoSink methods.

Implementors

crate::VideoSink

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]

Loading content...

Implementors

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]

Loading content...