Type Alias GstCollectPadsCompareFunction
Sourcepub type GstCollectPadsCompareFunction = Option<unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, GstClockTime, *mut GstCollectData, GstClockTime, gpointer) -> c_int>;
Aliased Type§
enum GstCollectPadsCompareFunction {
None,
Some(unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, u64, *mut GstCollectData, u64, *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, u64, *mut GstCollectData, u64, *mut c_void) -> i32)
Some value of type T
.