SDL  2.0
MS_ADPCM_ChannelState Struct Reference

Data Fields

Uint16 delta
 
Sint16 coeff1
 
Sint16 coeff2
 

Detailed Description

Definition at line 97 of file SDL_wave.c.

Field Documentation

◆ coeff1

Sint16 MS_ADPCM_ChannelState::coeff1

Definition at line 100 of file SDL_wave.c.

Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().

◆ coeff2

Sint16 MS_ADPCM_ChannelState::coeff2

Definition at line 101 of file SDL_wave.c.

Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().

◆ delta

Uint16 MS_ADPCM_ChannelState::delta

Definition at line 99 of file SDL_wave.c.

Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().


The documentation for this struct was generated from the following file: