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

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§