Type Alias gstreamer_base_sys::GstCollectPadsCompareFunction
source · pub 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
.