mute city boton momento

This commit is contained in:
Hane 2023-02-16 20:34:54 +01:00
commit 308a0486b6
7 changed files with 50 additions and 7 deletions

View file

@ -26,7 +26,9 @@ class Endpoint {
void setVolume(int channel, float volume);
/* float getLeftChannelVolume(); */
/* float getRightChannelVolume(); */
float getVolume(int channel);
float getVolume(int channel);
void setMute();
bool getMute();
LPWSTR getName();
~Endpoint();