Contents

isDataReady

This callback is called from Cmbufferqueuedequeueifdataready(_:), to ask if the buffer that is about to be dequeued is ready.

Declaration

var isDataReady: CMBufferGetBooleanCallback?

Discussion

This may be NULL (data will be assumed to be ready).

See Also

Properties