#include <nnsys/snd.h>
u32 NNS_SndArcStrmGetCurrentPlayingPos( NNSSndStrmHandle* handle );
Returns the current playback position in msec. 0
is returned when nothing is being played.
This function obtains the current playback position of the stream. If the stream handle handle
is invalid, 0
is returned.
Use NNS_SndArcStrmGetTimeLength
to obtain the length of the entire stream data
2005/03/23 Added link to the NNS_SndArcStrmGetTimeLength
function.
2004/08/10 Initial version.
CONFIDENTIAL