Lines Matching defs:SDL_PrivateAudioData
39 struct SDL_PrivateAudioData struct
41 SDL_atomic_t refcount;
42 WCHAR *devid;
43 WAVEFORMATEX *waveformat;
44 IAudioClient *client;
45 IAudioRenderClient *render;
46 IAudioCaptureClient *capture;
47 SDL_AudioStream *capturestream;
48 HANDLE event;
49 HANDLE task;
50 SDL_bool coinitialized;
51 int framesize;
52 int default_device_generation;
53 SDL_bool device_lost;
54 void *activation_handler;
55 SDL_atomic_t just_activated;