CMBufferQueueInstallTriggerWithIntegerThreshold

Function CMBufferQueueInstallTriggerWithIntegerThreshold 

Source
pub unsafe extern "C-unwind" fn CMBufferQueueInstallTriggerWithIntegerThreshold(
    queue: &CMBufferQueue,
    callback: CMBufferQueueTriggerCallback,
    refcon: *mut c_void,
    condition: CMBufferQueueTriggerCondition,
    threshold: CMItemCount,
    trigger_token_out: *mut CMBufferQueueTriggerToken,
) -> i32
👎Deprecated: renamed to CMBufferQueue::install_trigger_with_integer_threshold
Available on crate features CMBase and CMBufferQueue only.