#include <miniaudio.h>
Public Attributes | |
| ma_log_proc | logCallback |
| ma_thread_priority | threadPriority |
| void * | pUserData |
| struct { | |
| ma_bool32 useVerboseDeviceEnumeration | |
| } | alsa |
| struct { | |
| const char * pApplicationName | |
| const char * pServerName | |
| ma_bool32 tryAutoSpawn | |
| } | pulse |
| struct { | |
| const char * pClientName | |
| ma_bool32 tryStartServer | |
| } | jack |
Definition at line 1930 of file miniaudio.h.
| struct { ... } ma_context_config::alsa |
| struct { ... } ma_context_config::jack |
| ma_log_proc ma_context_config::logCallback |
Definition at line 1932 of file miniaudio.h.
| const char* ma_context_config::pApplicationName |
Definition at line 1942 of file miniaudio.h.
| const char* ma_context_config::pClientName |
Definition at line 1948 of file miniaudio.h.
| const char* ma_context_config::pServerName |
Definition at line 1943 of file miniaudio.h.
| struct { ... } ma_context_config::pulse |
| void* ma_context_config::pUserData |
Definition at line 1934 of file miniaudio.h.
| ma_thread_priority ma_context_config::threadPriority |
Definition at line 1933 of file miniaudio.h.
| ma_bool32 ma_context_config::tryAutoSpawn |
Definition at line 1944 of file miniaudio.h.
| ma_bool32 ma_context_config::tryStartServer |
Definition at line 1949 of file miniaudio.h.
| ma_bool32 ma_context_config::useVerboseDeviceEnumeration |
Definition at line 1938 of file miniaudio.h.