SPGetSoundEntry

C Specification

#include <revolution.h>
#include <revolution/sp.h>

SPSoundEntry * SPGetSoundEntry(SPSoundTable *table, u32 index);

Arguments

table pointer to the initialized SPSoundTable structure
index the index for the referenced SE

Return Values

Returns a pointer to SPSoundEntry when successful. Otherwise returns NULL.

Description

This function returns a pointer to the SE information (SPSoundEntry), specified by index, in the sound table (SPSoundTable).

See Also

SPSoundTable, SPSoundEntry

Revision History

03/01/2006 Initial version.