#include <soundio.h>
Public Attributes | |
sio_sampnum_t | in_queued |
Number of sample records waiting in the input queue. | |
sio_sampnum_t | out_queued |
Number of sample records waiting in the output queue. | |
bool | in_overflow |
Set if input queue has overflowed since last dequeue. | |
bool | out_underflow |
Set if output queue has underflowed since last append. |
Each SoundIo object manages separate input and output sample queues, and these queues have a collective state. This structure describes the state of the queues of one SoundIo object.