GetNextStreamFrame -> GetNextSourceFrame

This commit is contained in:
Glenn Maynard
2006-11-29 21:52:31 +00:00
parent 14c8d02e9e
commit 8542b7d190
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ bool RageSoundReader_Chain::IsStreamingFromDisk() const
return false; return false;
} }
int RageSoundReader_Chain::GetNextStreamFrame() const int RageSoundReader_Chain::GetNextSourceFrame() const
{ {
return m_iCurrentFrame; return m_iCurrentFrame;
/* int iPosition = m_apActiveSounds[0].pSound->GetPosition(); /* int iPosition = m_apActiveSounds[0].pSound->GetPosition();
+1 -1
View File
@@ -36,7 +36,7 @@ public:
int GetSampleRate() const { return m_iActualSampleRate; } int GetSampleRate() const { return m_iActualSampleRate; }
unsigned GetNumChannels() const { return m_iChannels; } unsigned GetNumChannels() const { return m_iChannels; }
bool IsStreamingFromDisk() const; bool IsStreamingFromDisk() const;
int GetNextStreamFrame() const; int GetNextSourceFrame() const;
float GetStreamToSourceRatio() const; float GetStreamToSourceRatio() const;
private: private: