[][src]Trait gstreamer_video::subclass::prelude::VideoSinkImpl

pub trait VideoSinkImpl: VideoSinkImplExt + BaseSinkImpl + ElementImpl + Send + Sync + 'static {
    fn show_frame(
        &self,
        element: &VideoSink,
        buffer: &Buffer
    ) -> Result<FlowSuccess, FlowError> { ... } }

Provided methods

fn show_frame(
    &self,
    element: &VideoSink,
    buffer: &Buffer
) -> Result<FlowSuccess, FlowError>

Loading content...

Implementors

Loading content...