This commit is contained in:
Glenn Maynard
2006-12-23 10:02:24 +00:00
parent e7c9bb14c4
commit d15a1e0fc3
+1 -1
View File
@@ -191,7 +191,7 @@ public:
* Until then, SOUNDMAN->GetPosition can still be called; the sound is still
* playing. */
int GetDataToPlay( int16_t *pBuffer, int iSize, int64_t &iStreamFrame, int &iBytesRead );
void CommitPlayingPosition( int64_t iFrameno, int64_t iPosition, int iBytesRead );
void CommitPlayingPosition( int64_t iHardwareFrame, int64_t iStreamFrame, int iGotFrames );
};
#endif