#include <nnsys/snd.h>
u32 NNS_SndArcStrmGetTimeLength( NNSSndStrmHandle* handle );
Returns the total time length for the entire data stream currently playing in milliseconds. If nothing is being played, 0 is returned.
Gets the time length for the entire stream data. If the stream handle handle
is invalid, 0 is returned.
To get the current playback position, use the NNS_SndArcStrmGetCurrentPlayingPos
function.
NNS_SndArcStrmGetCurrentPlayingPos
2005/03/23 Initial version.
CONFIDENTIAL