main slider cbk, detected minor l_dcpp bug
This commit is contained in:
parent
a251b4cb6b
commit
679ad34f84
7 changed files with 49 additions and 22 deletions
|
|
@ -36,7 +36,7 @@ public:
|
|||
float getVolume(int channel);
|
||||
bool getMute();
|
||||
|
||||
void setValue(int channel, int value);
|
||||
void setVolume(NGuid* guid, int channel, int value);
|
||||
void setMute(NGuid* guid, bool muted);
|
||||
~EndpointHandler();
|
||||
private:
|
||||
|
|
@ -61,6 +61,7 @@ public:
|
|||
void reloadEndpointHandlers();
|
||||
NGuid* getGuid();
|
||||
void updateMuteCallback(uint64_t idx, bool muted);
|
||||
void updateMainVolumeCallback(uint64_t idx, float newVal);
|
||||
|
||||
//void parseExternalEndpointCallback(EndpointCallback *epc, PAUDIO_VOLUME_NOTIFICATION_DATA pNotify);
|
||||
//static Overseer* getOverseer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue