NNS_SndArcStrmGetCurrentPlayingPos

C Specification

#include <nnsys/snd.h>
u32 NNS_SndArcStrmGetCurrentPlayingPos(
NNSSndStrmHandle* handle );

Arguments

handle Pointer to a stream handle

Return Values

Returns the current playback position in msec. 0 is returned when nothing is being played.

Description

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

See Also

NNS_SndArcStrmGetTimeLength

Revision History

03/23/2005 Added link to the NNS_SndArcStrmGetTimeLength function.

08/10/2004 Initial version.