pub trait RTSPMountPointsImpl: RTSPMountPointsImplExt + ObjectImpl + Send + Sync {
    // Provided method
    fn make_path(&self, url: &RTSPUrl) -> Option<GString> { ... }
}

Provided Methods§

source

fn make_path(&self, url: &RTSPUrl) -> Option<GString>

Make a path string from url.

§url

a gst_rtsp::RTSPUrl

§Returns

a path string for url, g_free() after usage.

Object Safety§

This trait is not object safe.

Implementors§