Trait gstreamer_gl::prelude::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§

source

fn context(&self) -> Option<GLContext>

source

fn connect_context_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§