channels added to front programmatically

This commit is contained in:
Hane 2023-08-13 17:43:09 +02:00
commit cb81b49367
6 changed files with 78 additions and 35 deletions

View file

@ -28,6 +28,8 @@ public:
EndpointCallback *epc = nullptr;
//std::wstring epName;
uint32_t getChannelCount();
void setIndex(uint64_t idx);
uint64_t getIndex();
void setVolume(int channel, float volume);