SPSoundTable

C Specification


  #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

This structure contains of 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 required when the SEs are ADPCM data.

See Also

SPInitSoundTable, SPGetSoundEntry, SPSoundEntry, SPAdpcmEntry

Revision History

2006/03/01 Initial version.


CONFIDENTIAL