first callback implemented; overload not working
This commit is contained in:
parent
f21619aa1f
commit
ad53af655b
6 changed files with 92 additions and 29 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue