Trait gstreamer_gl::auto::gl_base_filter::GLBaseFilterExt
source · pub trait GLBaseFilterExt:
IsA<GLBaseFilter>
+ Sealed
+ 'static {
// Provided methods
fn context(&self) -> Option<GLContext> { ... }
fn connect_context_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn context(&self) -> Option<GLContext>
fn connect_context_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.