SPGetSoundEntry

Syntax

  #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

2006/03/01 Initial version.


CONFIDENTIAL