[][src]Struct gstreamer_rtsp_sys::GstRTSPExtensionInterface

#[repr(C)]
pub struct GstRTSPExtensionInterface {
    pub parent: GTypeInterface,
    pub detect_server: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> gboolean>,
    pub before_send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> GstRTSPResult>,
    pub after_send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage) -> GstRTSPResult>,
    pub parse_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstSDPMessage, _: *mut GstStructure) -> GstRTSPResult>,
    pub setup_media: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstSDPMedia) -> GstRTSPResult>,
    pub configure_stream: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstCaps) -> gboolean>,
    pub get_transports: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: GstRTSPLowerTrans, _: *mut *mut c_char) -> GstRTSPResult>,
    pub stream_select: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPUrl) -> GstRTSPResult>,
    pub send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage) -> GstRTSPResult>,
    pub receive_request: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> GstRTSPResult>,
    pub _gst_reserved: [gpointer; 4],
}

Fields

parent: GTypeInterfacedetect_server: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> gboolean>before_send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> GstRTSPResult>after_send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage) -> GstRTSPResult>parse_sdp: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstSDPMessage, _: *mut GstStructure) -> GstRTSPResult>setup_media: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstSDPMedia) -> GstRTSPResult>configure_stream: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstCaps) -> gboolean>get_transports: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: GstRTSPLowerTrans, _: *mut *mut c_char) -> GstRTSPResult>stream_select: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPUrl) -> GstRTSPResult>send: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage) -> GstRTSPResult>receive_request: Option<unsafe extern "C" fn(_: *mut GstRTSPExtension, _: *mut GstRTSPMessage) -> GstRTSPResult>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstRTSPExtensionInterface[src][+]

impl Copy for GstRTSPExtensionInterface[src]

impl Debug for GstRTSPExtensionInterface[src][+]

Auto Trait Implementations

impl !Send for GstRTSPExtensionInterface

impl Unpin for GstRTSPExtensionInterface

impl !Sync for GstRTSPExtensionInterface

impl UnwindSafe for GstRTSPExtensionInterface

impl RefUnwindSafe for GstRTSPExtensionInterface

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][+]