![]() |
Wise&mystical
1.0
Project about Europe
|
Collaboration diagram for AudioData:Public Attributes | |
| struct { | |
| ma_context context | |
| ma_device device | |
| ma_mutex lock | |
| bool isReady | |
| } | System |
| struct { | |
| AudioBuffer * first | |
| AudioBuffer * last | |
| int defaultSize | |
| } | Buffer |
| struct { | |
| unsigned int poolCounter | |
| AudioBuffer * pool [MAX_AUDIO_BUFFER_POOL_CHANNELS] | |
| unsigned int channels [MAX_AUDIO_BUFFER_POOL_CHANNELS] | |
| } | MultiChannel |
| struct { ... } AudioData::Buffer |
| unsigned int AudioData::channels[MAX_AUDIO_BUFFER_POOL_CHANNELS] |
| ma_context AudioData::context |
| AudioBuffer* AudioData::first |
| AudioBuffer* AudioData::last |
| struct { ... } AudioData::MultiChannel |
| AudioBuffer* AudioData::pool[MAX_AUDIO_BUFFER_POOL_CHANNELS] |
| struct { ... } AudioData::System |