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.
Dequeues a buffer from the queue, if it’s ready.
func dequeueIfDataReady() -> CMBuffer?A buffer or nil if the buffer is empty or the data isn’t ready.