Skip to main content

BoolJsonCallback

Type Alias BoolJsonCallback 

Source
pub type BoolJsonCallback = unsafe extern "C" fn(userdata: *mut c_void, payload_json: *const c_char) -> bool;
Expand description

Mirrors the AVPlayer framework counterpart for BoolJsonCallback.