[][src]Struct gstreamer_rtsp_server_sys::GstRTSPClientClass

#[repr(C)]
pub struct GstRTSPClientClass {
    pub parent_class: GObjectClass,
    pub create_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMedia) -> *mut GstSDPMessage>,
    pub configure_client_media: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMedia, _: *mut GstRTSPStream, _: *mut GstRTSPContext) -> gboolean>,
    pub configure_client_transport: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPTransport) -> gboolean>,
    pub params_set: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPResult>,
    pub params_get: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPResult>,
    pub make_path_from_uri: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *const GstRTSPUrl) -> *mut c_char>,
    pub closed: Option<unsafe extern "C" fn(_: *mut GstRTSPClient)>,
    pub new_session: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPSession)>,
    pub options_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub describe_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub setup_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub play_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub pause_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub teardown_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub set_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub get_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub handle_response: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub tunnel_http_response: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage)>,
    pub send_message: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPMessage)>,
    pub handle_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPMedia, _: *mut GstSDPMessage) -> gboolean>,
    pub announce_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub record_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>,
    pub check_requirements: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut *mut c_char) -> *mut c_char>,
    pub pre_options_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_describe_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_setup_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_play_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_pause_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_teardown_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_set_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_get_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_announce_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub pre_record_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>,
    pub _gst_reserved: [gpointer; 4],
}

Fields

parent_class: GObjectClasscreate_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMedia) -> *mut GstSDPMessage>configure_client_media: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMedia, _: *mut GstRTSPStream, _: *mut GstRTSPContext) -> gboolean>configure_client_transport: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPTransport) -> gboolean>params_set: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPResult>params_get: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPResult>make_path_from_uri: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *const GstRTSPUrl) -> *mut c_char>closed: Option<unsafe extern "C" fn(_: *mut GstRTSPClient)>new_session: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPSession)>options_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>describe_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>setup_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>play_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>pause_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>teardown_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>set_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>get_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>handle_response: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>tunnel_http_response: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage)>send_message: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPMessage)>handle_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut GstRTSPMedia, _: *mut GstSDPMessage) -> gboolean>announce_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>record_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext)>check_requirements: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext, _: *mut *mut c_char) -> *mut c_char>pre_options_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_describe_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_setup_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_play_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_pause_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_teardown_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_set_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_get_parameter_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_announce_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>pre_record_request: Option<unsafe extern "C" fn(_: *mut GstRTSPClient, _: *mut GstRTSPContext) -> GstRTSPStatusCode>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstRTSPClientClass[src]

impl Copy for GstRTSPClientClass[src]

impl Debug for GstRTSPClientClass[src]

Auto Trait Implementations

impl !Send for GstRTSPClientClass

impl Unpin for GstRTSPClientClass

impl !Sync for GstRTSPClientClass

impl UnwindSafe for GstRTSPClientClass

impl RefUnwindSafe for GstRTSPClientClass

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]