Trait gstreamer_video::subclass::video_sink::VideoSinkImpl
source · pub trait VideoSinkImpl:
VideoSinkImplExt
+ BaseSinkImpl
+ ElementImpl {
// Provided method
fn show_frame(&self, buffer: &Buffer) -> Result<FlowSuccess, FlowError> { ... }
}
Provided Methods§
fn show_frame(&self, buffer: &Buffer) -> Result<FlowSuccess, FlowError>
Object Safety§
This trait is not object safe.