Trait gstreamer_rtsp_server::prelude::RTSPMediaFactoryExtManual [−][src]
pub trait RTSPMediaFactoryExtManual: 'static {
fn add_role_from_structure(&self, structure: &StructureRef);
}Required methods
fn add_role_from_structure(&self, structure: &StructureRef)[src]
This is supported on crate feature
v1_14 only.Implementors
impl<O: IsA<RTSPMediaFactory>> RTSPMediaFactoryExtManual for O[src]
impl<O: IsA<RTSPMediaFactory>> RTSPMediaFactoryExtManual for O[src]fn add_role_from_structure(&self, structure: &StructureRef)[src]
fn add_role_from_structure(&self, structure: &StructureRef)[src]This is supported on crate feature
v1_14 only.