[][src]Trait gstreamer_sdp::prelude::GhostPadExt

pub trait GhostPadExt: 'static {
    pub fn get_target(&self) -> Option<Pad>;
pub fn set_target<P>(&self, newtarget: Option<&P>) -> Result<(), BoolError>
    where
        P: IsA<Pad>
; }

Required methods

pub fn get_target(&self) -> Option<Pad>[src]

pub fn set_target<P>(&self, newtarget: Option<&P>) -> Result<(), BoolError> where
    P: IsA<Pad>, 
[src]

Loading content...

Implementors

impl<O> GhostPadExt for O where
    O: IsA<GhostPad>, 
[src]

Loading content...