Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
_transfer Struct Reference

Public Attributes

int state
 
int next_state
 
uint8in
 
int in_bytes
 
int in_bytes_left
 
int in_size
 
int in_size_needed
 
uint8out
 
int out_bytes
 
int out_bytes_left
 
int out_size
 
int out_size_needed
 
int channels
 
int pending
 
int block_size
 
CB_DECODEdecode
 
IMA_DATA ima [2]
 
MS_DATA ms [2]
 
MP3_DATA mp3
 

Detailed Description

Definition at line 139 of file AUD_DSoundDriver.cpp.

Member Data Documentation

◆ block_size

int _transfer::block_size

Definition at line 156 of file AUD_DSoundDriver.cpp.

◆ channels

int _transfer::channels

Definition at line 153 of file AUD_DSoundDriver.cpp.

◆ decode

CB_DECODE* _transfer::decode

Definition at line 158 of file AUD_DSoundDriver.cpp.

◆ ima

IMA_DATA _transfer::ima[2]

Definition at line 160 of file AUD_DSoundDriver.cpp.

◆ in

uint8* _transfer::in

Definition at line 143 of file AUD_DSoundDriver.cpp.

◆ in_bytes

int _transfer::in_bytes

Definition at line 144 of file AUD_DSoundDriver.cpp.

◆ in_bytes_left

int _transfer::in_bytes_left

Definition at line 145 of file AUD_DSoundDriver.cpp.

◆ in_size

int _transfer::in_size

Definition at line 146 of file AUD_DSoundDriver.cpp.

◆ in_size_needed

int _transfer::in_size_needed

Definition at line 147 of file AUD_DSoundDriver.cpp.

◆ mp3

MP3_DATA _transfer::mp3

Definition at line 162 of file AUD_DSoundDriver.cpp.

◆ ms

MS_DATA _transfer::ms[2]

Definition at line 161 of file AUD_DSoundDriver.cpp.

◆ next_state

int _transfer::next_state

Definition at line 142 of file AUD_DSoundDriver.cpp.

◆ out

uint8* _transfer::out

Definition at line 148 of file AUD_DSoundDriver.cpp.

◆ out_bytes

int _transfer::out_bytes

Definition at line 149 of file AUD_DSoundDriver.cpp.

◆ out_bytes_left

int _transfer::out_bytes_left

Definition at line 150 of file AUD_DSoundDriver.cpp.

◆ out_size

int _transfer::out_size

Definition at line 151 of file AUD_DSoundDriver.cpp.

◆ out_size_needed

int _transfer::out_size_needed

Definition at line 152 of file AUD_DSoundDriver.cpp.

◆ pending

int _transfer::pending

Definition at line 154 of file AUD_DSoundDriver.cpp.

◆ state

int _transfer::state

Definition at line 141 of file AUD_DSoundDriver.cpp.


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