GetNextStreamFrame -> GetNextSourceFrame
This commit is contained in:
@@ -224,7 +224,7 @@ bool RageSoundReader_Chain::IsStreamingFromDisk() const
|
||||
return false;
|
||||
}
|
||||
|
||||
int RageSoundReader_Chain::GetNextStreamFrame() const
|
||||
int RageSoundReader_Chain::GetNextSourceFrame() const
|
||||
{
|
||||
return m_iCurrentFrame;
|
||||
/* int iPosition = m_apActiveSounds[0].pSound->GetPosition();
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
int GetSampleRate() const { return m_iActualSampleRate; }
|
||||
unsigned GetNumChannels() const { return m_iChannels; }
|
||||
bool IsStreamingFromDisk() const;
|
||||
int GetNextStreamFrame() const;
|
||||
int GetNextSourceFrame() const;
|
||||
float GetStreamToSourceRatio() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user