Type Alias gstreamer_rtsp_server_sys::GstRTSPSessionPoolFunc
source · pub type GstRTSPSessionPoolFunc = Option<unsafe extern "C" fn(_: *mut GstRTSPSessionPool, _: gpointer) -> gboolean>;
Aliased Type§
enum GstRTSPSessionPoolFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstRTSPSessionPool, _: *mut c_void) -> i32),
}