mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:25:46 -04:00
CubebAudioStream: Use cubeb's volume control
This commit is contained in:
@ -18,6 +18,7 @@ protected:
|
||||
void PauseDevice(bool paused) override;
|
||||
void CloseDevice() override;
|
||||
void FramesAvailable() override;
|
||||
void SetOutputVolume(u32 volume) override;
|
||||
|
||||
void DestroyContext();
|
||||
|
||||
|
Reference in New Issue
Block a user