API update

This commit is contained in:
Glenn Maynard
2004-01-20 01:00:01 +00:00
parent 7df49d29b6
commit 808b95a1cf
8 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ bool Alsa9Buf::Recover( int r )
return false;
}
int Alsa9Buf::GetPosition() const
int64_t Alsa9Buf::GetPosition() const
{
if( dsnd_pcm_state(pcm) == SND_PCM_STATE_PREPARED )
return last_cursor_pos;