[−][src]Trait gstreamer_editing_services::prelude::ProxyPadExt
Required methods
fn get_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.
Implementors
impl<O> ProxyPadExt for O where
O: IsA<ProxyPad>,
[src]
O: IsA<ProxyPad>,