Fix device add/remove handlers
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
bool isDefaultMedia = {};
|
||||
bool isDefaultCommunication = {};
|
||||
|
||||
AudioDevice();
|
||||
AudioDevice(IMMDevice* device, LPCWSTR deviceId);
|
||||
AudioDevice(AudioDevice&& other) noexcept;
|
||||
AudioDevice& operator=(AudioDevice&& other) noexcept;
|
||||
~AudioDevice();
|
||||
|
||||
Reference in New Issue
Block a user