wip channel callback

This commit is contained in:
Hane 2023-08-13 18:29:24 +02:00
commit 4d9bae4c87
6 changed files with 28 additions and 47 deletions

View file

@ -64,6 +64,7 @@ public:
NGuid* getGuid();
void updateMuteCallback(uint64_t idx, bool muted);
void updateMainVolumeCallback(uint64_t idx, float newVal);
void updateChannelVolumeCallback(uint64_t idx, uint32_t channel, float newVal);
//void parseExternalEndpointCallback(EndpointCallback *epc, PAUDIO_VOLUME_NOTIFICATION_DATA pNotify);
//static Overseer* getOverseer();