#include <miniaudio.h>
Public Attributes | |
| union { | |
| int _unused | |
| struct { | |
| pthread_t thread | |
| } posix | |
| }; | |
| union { | |
| int _unused | |
| struct { | |
| pthread_t thread | |
| } posix | |
| }; | |
| ma_context * | pContext | 
Definition at line 2824 of file porcupine/demo/c/dr_libs/tests/external/miniaudio/miniaudio.h.
| union { ... } | 
| union { ... } | 
| int ma_thread::_unused | 
Definition at line 2842 of file porcupine/demo/c/dr_libs/tests/external/miniaudio/miniaudio.h.
| ma_context * ma_thread::pContext | 
Definition at line 2826 of file porcupine/demo/c/dr_libs/tests/external/miniaudio/miniaudio.h.
| struct { ... } ma_thread::posix | 
| struct { ... } ma_thread::posix | 
| pthread_t ma_thread::thread | 
Definition at line 2839 of file porcupine/demo/c/dr_libs/tests/external/miniaudio/miniaudio.h.