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