CMBufferQueueInstallTriggerHandlerWithIntegerThreshold

Function CMBufferQueueInstallTriggerHandlerWithIntegerThreshold 

Source
pub unsafe extern "C-unwind" fn CMBufferQueueInstallTriggerHandlerWithIntegerThreshold(
    queue: &CMBufferQueue,
    condition: CMBufferQueueTriggerCondition,
    threshold: CMItemCount,
    trigger_token_out: *mut CMBufferQueueTriggerToken,
    handler: CMBufferQueueTriggerHandler,
) -> i32
👎Deprecated: renamed to CMBufferQueue::install_trigger_handler_with_integer_threshold
Available on crate features CMBase and CMBufferQueue and block2 only.