gstreamer_rtsp_server::prelude

Trait RTSPMediaExtManual

Source
pub trait RTSPMediaExtManual: IsA<RTSPMedia> + 'static {
    // Provided method
    fn take_pipeline(&self, pipeline: &impl IsA<Pipeline>) { ... }
}

Provided Methods§

Source

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

Set pipeline as the gst::Pipeline for self. Ownership is taken of pipeline.

§pipeline

a gst::Pipeline

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§