![]() |
Public API Reference |
![]() |
Sound system classes. More...
Classes | |
class | PCMSampleConverter |
A PCMSampleConverter object converts PCM data from one format to another. More... | |
class | Queue |
A threadsafe, pointer-passing queue (First-In First-Out) implementation for the sound system. More... | |
class | QueueIterator |
A simple iterator over the elements of a queue. More... | |
class | SoundCyclicBuffer |
An implementation of a cyclic buffer oriented for sound functionality. More... | |
Enumerations | |
enum | QueueErrorType { QUEUE_SUCCESS = 0, QUEUE_ERR_CLOSED = -1, QUEUE_ERR_NOMEM = -2, QUEUE_ERR_DUPE = -3 } |
Basic operation error codes. More... |
Sound system classes.
Basic operation error codes.