broken: play dj outside, get it stuck
This commit is contained in:
parent
7fb67cff3f
commit
e30ed58c08
5 changed files with 58 additions and 12 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
|
||||
void setVolume(NGuid* guid, int channel, int value);
|
||||
void setMute(NGuid* guid, bool muted);
|
||||
|
||||
~EndpointHandler();
|
||||
private:
|
||||
uint64_t idx;
|
||||
|
|
@ -65,7 +66,7 @@ public:
|
|||
void updateMuteCallback(uint64_t idx, bool muted);
|
||||
void updateMainVolumeCallback(uint64_t idx, float newVal);
|
||||
void updateChannelVolumeCallback(uint64_t idx, uint32_t channel, float newVal);
|
||||
|
||||
void toggleFrontEvents(uint64_t idx, bool active);
|
||||
//void parseExternalEndpointCallback(EndpointCallback *epc, PAUDIO_VOLUME_NOTIFICATION_DATA pNotify);
|
||||
//static Overseer* getOverseer();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue