Contents

dequeueIfDataReady()

Dequeues a buffer from the queue, if it’s ready.

Declaration

func dequeueIfDataReady() -> CMBuffer?

Return Value

A buffer or nil if the buffer is empty or the data isn’t ready.

See Also

Managing a Queue