GetNextStreamFrame -> GetNextSourceFrame
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user