SPAdpcmEntry

Syntax

  #include <revolution.h>
  #include <revolution/sp.h>
  
  typedef struct
  {
      AXPBADPCM       adpcm;
      AXPBADPCMLOOP   adpcmloop;

  } SPAdpcmEntry;

Elements

adpcm Denotes the ADPCM coefficient and information required for decoding
adpcmloop Denotes the ADPCM information required for looping

Description

The SPAdpcmEntry structure denotes decoding information that is needed when all of the SE data in the sound table (SPSoundTable) is in ADPCM format.

See Also

SPSoundTable, SPSoundEntry

Revision History

2006/03/01 Initial version.


CONFIDENTIAL