add GetDriverSampleRate

This commit is contained in:
Glenn Maynard
2003-04-23 19:31:32 +00:00
parent a1a17d6e64
commit c194f42a3f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -148,6 +148,11 @@ float RageSoundManager::GetPlayLatency() const
return driver->GetPlayLatency();
}
int RageSoundManager::GetDriverSampleRate() const
{
return driver->GetSampleRate();
}
RageSound *RageSoundManager::PlaySound(RageSound &snd)
{
RageSound *sound_to_play;