Contents

CMSampleBufferMakeDataReadyHandler

A block the system calls to make the sample buffer ready for use.

Declaration

typealias CMSampleBufferMakeDataReadyHandler = (CMSampleBuffer) -> OSStatus

Parameters

  • sbuf:

    The sample buffer to make ready.