xoreos  0.0.5
Public Attributes | List of all members
Sound::MS_ADPCMStream::ADPCMChannelStatus Struct Reference

Public Attributes

byte predictor
 
int16 delta
 
int16 coeff1
 
int16 coeff2
 
int16 sample1
 
int16 sample2
 

Detailed Description

Definition at line 348 of file adpcm.cpp.

Member Data Documentation

◆ coeff1

int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::coeff1

Definition at line 351 of file adpcm.cpp.

Referenced by Sound::MS_ADPCMStream::decodeMS().

◆ coeff2

int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::coeff2

Definition at line 352 of file adpcm.cpp.

Referenced by Sound::MS_ADPCMStream::decodeMS().

◆ delta

int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::delta

Definition at line 350 of file adpcm.cpp.

Referenced by Sound::MS_ADPCMStream::decodeMS().

◆ predictor

byte Sound::MS_ADPCMStream::ADPCMChannelStatus::predictor

Definition at line 349 of file adpcm.cpp.

◆ sample1

int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::sample1

Definition at line 353 of file adpcm.cpp.

Referenced by Sound::MS_ADPCMStream::decodeMS().

◆ sample2

int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::sample2

Definition at line 354 of file adpcm.cpp.

Referenced by Sound::MS_ADPCMStream::decodeMS().


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