first callback implemented; overload not working

This commit is contained in:
Hane 2023-08-12 19:26:50 +02:00
commit ad53af655b
6 changed files with 92 additions and 29 deletions

View file

@ -35,7 +35,7 @@ class Endpoint {
/* float getLeftChannelVolume(); */
/* float getRightChannelVolume(); */
float getVolume(int channel);
void setMute(NGuid* guid);
void setMute(NGuid* guid, bool muted);
bool getMute();
std::wstring getName();
void setCallback(EndpointCallback *epc);