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
{
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; // Enables autospawning of the PulseAudio daemon if necessary.
} pulse;
struct
{
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