SoundIoQueueState Struct Reference

Queue State Descriptor of a SoundIo Object. More...

#include <soundio.h>

List of all members.

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.


Detailed Description

Queue State Descriptor of a SoundIo Object.

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.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 9 05:58:40 2009 for libhfp by  doxygen 1.5.4