[][src]Trait gstreamer::subclass::pad::PadImpl

pub trait PadImpl: PadImplExt + ObjectImpl + Send + Sync + 'static {
    fn linked(&self, pad: &Pad, peer: &Pad) { ... }
fn unlinked(&self, pad: &Pad, peer: &Pad) { ... } }

Provided methods

fn linked(&self, pad: &Pad, peer: &Pad)

fn unlinked(&self, pad: &Pad, peer: &Pad)

Loading content...

Implementors

Loading content...