#include <nnsys/snd.h>
u32 NNS_SndPlayerGetTick( NNSSndHandle* handle );
Gets the current number of ticks of the sequence.
This function gets the number of ticks of the sequence that is bound to the sound handle handle
. If the sound handle is invalid, a value of 0 will be returned.
A value of 0
will be returned if the tick counter goes over 32
bits.
None.
2004/06/01 Initial version.
CONFIDENTIAL