FS2_Open
Open source remastering of the Freespace 2 engine
ADPCM_FMT_T Struct Reference

Public Attributes

ADPCMWAVEFORMAT adpcm
 
ADPCMBLOCKHEADERheader
 
int bytes_remaining
 
uint bytes_processed
 
uint buffer_size
 
uint sample_frame_size
 
uint samples_left_in_block
 
int nibble_state
 
ubyte nibble
 
ushort dest_bps
 

Detailed Description

Definition at line 39 of file acm.cpp.

Member Data Documentation

ADPCMWAVEFORMAT ADPCM_FMT_T::adpcm

Definition at line 40 of file acm.cpp.

uint ADPCM_FMT_T::buffer_size

Definition at line 45 of file acm.cpp.

uint ADPCM_FMT_T::bytes_processed

Definition at line 44 of file acm.cpp.

int ADPCM_FMT_T::bytes_remaining

Definition at line 43 of file acm.cpp.

ushort ADPCM_FMT_T::dest_bps

Definition at line 51 of file acm.cpp.

ADPCMBLOCKHEADER* ADPCM_FMT_T::header

Definition at line 41 of file acm.cpp.

ubyte ADPCM_FMT_T::nibble

Definition at line 49 of file acm.cpp.

int ADPCM_FMT_T::nibble_state

Definition at line 48 of file acm.cpp.

uint ADPCM_FMT_T::sample_frame_size

Definition at line 46 of file acm.cpp.

uint ADPCM_FMT_T::samples_left_in_block

Definition at line 47 of file acm.cpp.


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