NNS_SndPlayerGetTick

Syntax

#include <nnsys/snd.h>
u32 NNS_SndPlayerGetTick( NNSSndHandle* handle );

Arguments

handle The sound handle pointer.

Return Values

Returns the number of ticks.

Description

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.

Note

A value of 0 will be returned if the tick counter goes over 32 bits.

See Also

None.

Revision History

2004/06/01 Initial version.


CONFIDENTIAL