gstreamer_rtsp_server::prelude

Trait RTSPMediaFactoryExtManual

Source
pub trait RTSPMediaFactoryExtManual: IsA<RTSPMediaFactory> + 'static {
    // Provided method
    fn add_role_from_structure(&self, structure: &StructureRef) { ... }
}

Provided Methods§

Source

fn add_role_from_structure(&self, structure: &StructureRef)

A convenience wrapper around gst_rtsp_permissions_add_role_from_structure(). If self had no permissions, new permissions will be created and the role will be added to it.

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§