mute city boton momento
This commit is contained in:
parent
6213f9250d
commit
308a0486b6
7 changed files with 50 additions and 7 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue