pub type GstVideoFormatPack = Option<unsafe extern "C" fn(*const GstVideoFormatInfo, GstVideoPackFlags, gpointer, c_int, *mut gpointer, *const c_int, GstVideoChromaSite, c_int, c_int)>;
Aliased Type§
pub enum GstVideoFormatPack {
None,
Some(unsafe extern "C" fn(*const GstVideoFormatInfo, u32, *mut c_void, i32, *mut *mut c_void, *const i32, u32, i32, i32)),
}