pub type CcapNewFrameCallback = Option<unsafe extern "C" fn(frame: *const CcapVideoFrame, userData: *mut c_void) -> bool>;Expand description
@brief Callback function type for new frame notifications
Aliased Type§
pub enum CcapNewFrameCallback {
None,
Some(unsafe extern "C" fn(*const CcapVideoFrame, *mut c_void) -> bool),
}