SPSoundTable

Syntax

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

  typedef struct
  {
      u32             entries;
      SPSoundEntry    sound[1];

  } SPSoundTable;

Elements

entries The number of SE within sound data
sound[] Data for each SE (SPSoundEntry)

Description

The SPSoundTable structure contains all of the SE information within the corresponding sound data in table form. The sound table stores the following: the SE information (SPSoundEntry) for each of the entries, and the decoding information (SPAdpcmEntry)required when the SEs are ADPCM data.

See Also

SPInitSoundTable, SPGetSoundEntry, SPSoundEntry, SPAdpcmEntry

Revision History

2006/03/01 Initial version.


CONFIDENTIAL