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

Trait Implementations

impl Copy for GstRTSPMediaFactoryClass
[src]

impl Clone for GstRTSPMediaFactoryClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPMediaFactoryClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPMediaFactoryClass

impl !Sync for GstRTSPMediaFactoryClass