barritas de canal que funcionan weeeee

This commit is contained in:
Hane 2023-02-15 12:40:43 +01:00
commit eaa935fb39
7 changed files with 52 additions and 18 deletions

View file

@ -23,8 +23,10 @@ class Endpoint {
public:
Endpoint(IMMDevice* endpoint);
void setVolume(float volume);
float getVolume();
void setVolume(int channel, float volume);
/* float getLeftChannelVolume(); */
/* float getRightChannelVolume(); */
float getVolume(int channel);
LPWSTR getName();
~Endpoint();