RageSoundReader::Read(buf, unsigned bytes) -> (buf, int frames);
return value in frames, not bytes
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
int GetLength_Fast() const;
|
||||
int SetPosition_Accurate( int iFrame );
|
||||
int SetPosition_Fast( int iFrame );
|
||||
int Read( char *pBuf, unsigned iLen );
|
||||
int Read( char *pBuf, int iFrames );
|
||||
virtual ~RageSoundReader_Resample_Good();
|
||||
RageSoundReader_Resample_Good *Copy() const;
|
||||
bool SetProperty( const RString &sProperty, float fValue );
|
||||
|
||||
Reference in New Issue
Block a user