-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b48
-
x86
-
linux
Name: fb126949 Date: 04/08/2004
On Linux, with a DirectAudio Clip, setting the frame position with SetFramePosition() will not change the value returned by getFramePosition(). This happens only if the Clip is currently not playing.
It could be argued that setFramePosition should not modify the value returned by getFramePosition(), since the latter is specified to return the number of frames rendered since opening the device. However, it is only intuitive that setting the frame position will also reset that value.
This bug causes test050 to fail.
======================================================================