GetNextSourceFrame, GetStreamToSourceRatio

This commit is contained in:
Glenn Maynard
2006-11-29 21:47:23 +00:00
parent 0bd9c4e032
commit 14c8d02e9e
2 changed files with 19 additions and 0 deletions
@@ -21,6 +21,8 @@ public:
int Read( char *pBuf, unsigned iLen );
virtual ~RageSoundReader_Resample_Good();
RageSoundReader_Resample_Good *Copy() const;
int GetNextSourceFrame() const;
float GetStreamToSourceRatio() const;
int GetSampleRate() const { return m_iSampleRate; }
unsigned GetNumChannels() const { return m_pSource->GetNumChannels(); }