Type Alias GstRTSP Send Func
Source pub type GstRTSPSendFunc = Option<unsafe extern "C" fn(*mut GstBuffer, u8, gpointer) -> gboolean>;Aliased Type§
pub enum GstRTSPSendFunc {
None,
Some(unsafe extern "C" fn(*mut GstBuffer, u8, *mut c_void) -> i32),
}