Type Definition mlt_sys::mlt_get_image[][src]

type mlt_get_image = Option<unsafe extern "C" fn(self_: mlt_frame, buffer: *mut *mut u8, format: *mut mlt_image_format, width: *mut c_int, height: *mut c_int, writable: c_int) -> c_int>;

Callback function to get video data.