#include <revolution.h>
#include <revolution/sp.h>
SPSoundEntry * SPGetSoundEntry(SPSoundTable *table, u32 index);
table |
pointer to the initialized SPSoundTable structure |
index |
the index for the referenced SE |
Returns a pointer to SPSoundEntry when successful. Otherwise returns NULL.
This function returns a pointer to the SE information (SPSoundEntry), specified by index, in the sound table (SPSoundTable).
2006/03/01 Initial version.
CONFIDENTIAL