Trait gstreamer_base::prelude::GhostPadExt [−][src]
pub trait GhostPadExt { fn get_target(&self) -> Option<Pad>; fn set_target<'a, P, Q>(&self, newtarget: Q) -> Result<(), BoolError>
where
P: 'a + IsA<Pad>,
Q: Into<Option<&'a P>>; }
Required Methods
fn get_target(&self) -> Option<Pad>
fn set_target<'a, P, Q>(&self, newtarget: Q) -> Result<(), BoolError> where
P: 'a + IsA<Pad>,
Q: Into<Option<&'a P>>,
P: 'a + IsA<Pad>,
Q: Into<Option<&'a P>>,