Type Alias GstRTSP Session Pool Filter Func
Source pub type GstRTSPSessionPoolFilterFunc = Option<unsafe extern "C" fn(*mut GstRTSPSessionPool, *mut GstRTSPSession, gpointer) -> GstRTSPFilterResult>;Aliased Type§
pub enum GstRTSPSessionPoolFilterFunc {
None,
Some(unsafe extern "C" fn(*mut GstRTSPSessionPool, *mut GstRTSPSession, *mut c_void) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GstRTSPSessionPool, *mut GstRTSPSession, *mut c_void) -> i32)
Some value of type T.