Trait gstreamer::GstObjectExtManual [] [src]

pub trait GstObjectExtManual {
    fn connect_deep_notify<F: Fn(&Self, &Object, &str) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors