CMSampleBufferMakeDataReadyHandler
A block the system calls to make the sample buffer ready for use.
Declaration
typealias CMSampleBufferMakeDataReadyHandler = (CMSampleBuffer) -> OSStatusParameters
- sbuf:
The sample buffer to make ready.
A block the system calls to make the sample buffer ready for use.
typealias CMSampleBufferMakeDataReadyHandler = (CMSampleBuffer) -> OSStatusThe sample buffer to make ready.