enable/disable/add/remove groundwork done

This commit is contained in:
Hane 2023-09-06 19:59:55 +02:00
commit 1ec8897430
4 changed files with 66 additions and 58 deletions

View file

@ -61,7 +61,6 @@ class Endpoint {
unsigned long endpointState;
uint8_t endpointRoles = 0;
uint64_t idx;
// LPWSTR endpointID = NULL;
};
class EndpointVolumeCallback : public IAudioEndpointVolumeCallback {