Type Alias GstVideoFormatPack

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const GstVideoFormatInfo, u32, *mut c_void, i32, *mut *mut c_void, *const i32, u32, i32, i32))

Some value of type T.