NNS_SndArcStrmGetCurrentPlayingPos

Syntax

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

Arguments

handle Pointer to the 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

2005/03/23 Added link to the NNS_SndArcStrmGetTimeLength function.
2004/08/10 Initial version.


CONFIDENTIAL