Commit 26466bf2 authored by David Reid's avatar David Reid

Add support for per-context user data.

parent 8b607b50
...@@ -1858,19 +1858,18 @@ typedef struct ...@@ -1858,19 +1858,18 @@ typedef struct
{ {
ma_log_proc logCallback; ma_log_proc logCallback;
ma_thread_priority threadPriority; ma_thread_priority threadPriority;
void* pUserData;
struct struct
{ {
ma_bool32 useVerboseDeviceEnumeration; ma_bool32 useVerboseDeviceEnumeration;
} alsa; } alsa;
struct struct
{ {
const char* pApplicationName; const char* pApplicationName;
const char* pServerName; const char* pServerName;
ma_bool32 tryAutoSpawn; // Enables autospawning of the PulseAudio daemon if necessary. ma_bool32 tryAutoSpawn; // Enables autospawning of the PulseAudio daemon if necessary.
} pulse; } pulse;
struct struct
{ {
const char* pClientName; const char* pClientName;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment