mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +00:00
wasapi: deal with default device changes, and more robust failure recovery.
This commit is contained in:
@@ -39,7 +39,8 @@ struct SDL_PrivateAudioData
|
||||
HANDLE task;
|
||||
SDL_bool coinitialized;
|
||||
int framesize;
|
||||
SDL_bool is_default_device;
|
||||
int default_device_generation;
|
||||
SDL_bool device_lost;
|
||||
};
|
||||
|
||||
#endif /* SDL_wasapi_h_ */
|
||||
|
Reference in New Issue
Block a user