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

Trait containing all VideoSink methods.

Implementors

VideoSink

Required methods

Whether to show video frames during preroll. If set to false, video frames will only be rendered in PLAYING state.

Whether to show video frames during preroll. If set to false, video frames will only be rendered in PLAYING state.

Implementors