Type Definition mlt_sys::mlt_metadata_callback[][src]

type mlt_metadata_callback = Option<unsafe extern "C" fn(arg1: mlt_service_type, arg2: *const c_char, arg3: *mut c_void) -> mlt_properties>;

The callback function that modules implement to supply metadata as a properties list.