Type Alias GstDataQueueCheckFullFunction
Sourcepub type GstDataQueueCheckFullFunction = Option<unsafe extern "C" fn(*mut GstDataQueue, c_uint, c_uint, u64, gpointer) -> gboolean>;
Aliased Type§
enum GstDataQueueCheckFullFunction {
None,
Some(unsafe extern "C" fn(*mut GstDataQueue, u32, u32, u64, *mut c_void) -> i32),
}