add GetSampleRate

This commit is contained in:
Glenn Maynard
2003-04-23 19:30:41 +00:00
parent d26df0c44c
commit a1a17d6e64
+3 -1
View File
@@ -37,12 +37,14 @@ protected:
* get it. */
virtual void VolumeChanged() { }
virtual int GetSampleRate() const { return 44100; }
public:
virtual ~RageSoundDriver() { }
};
/*
* Copyright (c) 2002 by the person(s) listed below. All rights reserved.
* Copyright (c) 2002-2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/