add GetSampleRate

This commit is contained in:
Glenn Maynard
2004-01-10 10:28:50 +00:00
parent 57819b0e80
commit fec182d23b
+1
View File
@@ -59,6 +59,7 @@ public:
void Stop();
void SetVolume(float vol);
void SetSampleRate(int hz);
int GetSampleRate() { return samplerate; }
~DSoundBuf();
int GetPosition() const;