Type Alias GstVideoConvertSampleCallback
Sourcepub 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)),
}