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

pub trait VideoSinkImpl: VideoSinkImplExt + BaseSinkImpl + ElementImpl {
    fn show_frame(
        &self,
        element: &Self::Type,
        buffer: &Buffer
    ) -> Result<FlowSuccess, FlowError> { ... } }

Provided methods

fn show_frame(
    &self,
    element: &Self::Type,
    buffer: &Buffer
) -> Result<FlowSuccess, FlowError>
[src]

Loading content...

Implementors

Loading content...