Skip to main content

CMBufferQueueInstallTriggerWithIntegerThreshold

Function CMBufferQueueInstallTriggerWithIntegerThreshold 

Source
pub unsafe extern "C" fn CMBufferQueueInstallTriggerWithIntegerThreshold(
    queue: CMBufferQueueRef,
    callback: CMBufferQueueTriggerCallback,
    refcon: *mut c_void,
    condition: CMBufferQueueTriggerCondition,
    threshold: CMItemCount,
    triggerTokenOut: *mut CMBufferQueueTriggerToken,
) -> OSStatus