barritas de canal que funcionan weeeee
This commit is contained in:
parent
b006896ccb
commit
eaa935fb39
7 changed files with 52 additions and 18 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue