Contents

CMBufferQueueInstallTriggerHandlerWithIntegerThreshold(_:_:_:_:_:)

Installs a trigger with a handler and threshold on a buffer queue.

Declaration

func CMBufferQueueInstallTriggerHandlerWithIntegerThreshold(_ queue: CMBufferQueue, _ condition: CMBufferQueueTriggerCondition, _ threshold: CMItemCount, _ triggerTokenOut: UnsafeMutablePointer<CMBufferQueueTriggerToken?>?, _ handler: CMBufferQueueTriggerHandler?) -> OSStatus

See Also

Managing Triggers