[][src]Trait gstreamer_rtsp_server::RTSPMediaExtManual

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

Required methods

fn take_pipeline<P: IsA<Pipeline>>(&self, pipeline: &P)

Implementors

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