CMBufferQueueIsEmpty(_:)
Returns a Boolean value that indicates whether a buffer queue is empty.
Declaration
func CMBufferQueueIsEmpty(_ queue: CMBufferQueue) -> BoolParameters
- queue:
The
CMBufferQueuebeing interrogated.
Return Value
A Boolean indicating whether the CMBufferQueue is empty. If queue is NULL, true is returned.