Struct gstreamer_rtsp_server_sys::GstRTSPMediaFactoryClass [−][src]
#[repr(C)]pub struct GstRTSPMediaFactoryClass { pub parent_class: GObjectClass, pub gen_key: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut c_char>, pub create_element: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstElement>, pub construct: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstRTSPMedia>, pub create_pipeline: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia) -> *mut GstElement>, pub configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>, pub media_constructed: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>, pub media_configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>, pub _gst_reserved: [gpointer; 20], }
Fields
parent_class: GObjectClass
gen_key: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut c_char>
create_element: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstElement>
construct: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstRTSPMedia>
create_pipeline: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia) -> *mut GstElement>
configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>
media_constructed: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>
media_configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>
_gst_reserved: [gpointer; 20]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPMediaFactoryClass
impl !Send for GstRTSPMediaFactoryClass
impl !Sync for GstRTSPMediaFactoryClass
impl Unpin for GstRTSPMediaFactoryClass
impl UnwindSafe for GstRTSPMediaFactoryClass
Blanket Implementations
Mutably borrows from an owned value. Read more