gstreamer::prelude

Trait ProxyPadExt

Source
pub trait ProxyPadExt: IsA<ProxyPad> + 'static {
    // Provided method
    fn internal(&self) -> Option<ProxyPad> { ... }
}
Expand description

Trait containing all ProxyPad methods.

§Implementors

GhostPad, ProxyPad

Provided Methods§

Source

fn internal(&self) -> Option<ProxyPad>

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

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

§Returns

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§