Trait gstreamer::prelude::ProxyPadExt[][src]

pub trait ProxyPadExt: 'static {
    fn internal(&self) -> Option<ProxyPad>;
}

Trait containing all ProxyPad methods.

Implementors

crate::GhostPad, crate::ProxyPad

Required methods

fn internal(&self) -> Option<ProxyPad>[src]

Get the internal pad of self. Unref target pad after usage.

The internal pad of a crate::GhostPad is the internally used pad of opposite direction, which is used to link to the target.

Returns

the target crate::ProxyPad, can be None. Unref target pad after usage.

Loading content...

Implementors

impl<O: IsA<ProxyPad>> ProxyPadExt for O[src]

Loading content...