[][src]Trait gstreamer_rtsp_server::RTSPMediaExtManual

pub trait RTSPMediaExtManual: 'static {
    pub fn take_pipeline<P: IsA<Pipeline>>(&self, pipeline: &P);
}

Required methods

pub fn take_pipeline<P: IsA<Pipeline>>(&self, pipeline: &P)[src]

Loading content...

Implementors

impl<O: IsA<RTSPMedia>> RTSPMediaExtManual for O[src]

Loading content...