diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-19 18:09:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-19 18:09:00 +0000 |
| commit | 75c4eaf61e17e1a132498929f783964de134c7be (patch) | |
| tree | 6d56eb4607c6dc153ef69153cc1537d1a4ae1382 /src/plugins/Output/waveout/outputwaveout.h | |
| parent | f4a87da830f5c2bd5b57fcc1e1e2de1b1b8eb120 (diff) | |
| download | qmmp-75c4eaf61e17e1a132498929f783964de134c7be.tar.gz qmmp-75c4eaf61e17e1a132498929f783964de134c7be.tar.bz2 qmmp-75c4eaf61e17e1a132498929f783964de134c7be.zip | |
changed volume api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3266 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveout.h')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveout.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h index d4e44e30a..22e437a81 100644 --- a/src/plugins/Output/waveout/outputwaveout.h +++ b/src/plugins/Output/waveout/outputwaveout.h @@ -57,11 +57,8 @@ public: VolumeWaveOut();
~VolumeWaveOut();
- void setVolume(int channel, int value);
- int volume(int channel);
-
-private:
- DWORD m_volume;
+ void setVolume(const VolumeSettings &vol);
+ VolumeSettings volume() const;
};
|
