#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
03/23/2005 Added link to the NNS_SndArcStrmGetTimeLength function.
08/10/2004 Initial version.
CONFIDENTIAL