pub trait VideoSinkImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_show_frame(
        &self,
        buffer: &Buffer
    ) -> Result<FlowSuccess, FlowError> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§