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