Type Alias gstreamer_video_sys::GstVideoConvertSampleCallback
source · pub type GstVideoConvertSampleCallback = Option<unsafe extern "C" fn(_: *mut GstSample, _: *mut GError, _: gpointer)>;
Aliased Type§
enum GstVideoConvertSampleCallback {
None,
Some(unsafe extern "C" fn(_: *mut GstSample, _: *mut GError, _: *mut c_void)),
}