[][src]Trait gstreamer_video::prelude::VideoSinkExt

pub trait VideoSinkExt: 'static {
    fn get_property_show_preroll_frame(&self) -> bool;
fn set_property_show_preroll_frame(&self, show_preroll_frame: bool);
fn connect_property_show_preroll_frame_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all VideoSink methods.

Implementors

VideoSink

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

Loading content...

Implementors

impl<O: IsA<VideoSink>> VideoSinkExt for O[src]

Loading content...