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

Public Member Functions

 sound_buffer ()
 

Public Attributes

ALuint buf_id
 
int channel_id
 
int frequency
 
int bits_per_sample
 
int nchannels
 
int nseconds
 
int nbytes
 

Detailed Description

Definition at line 26 of file ds.cpp.

Constructor & Destructor Documentation

sound_buffer::sound_buffer ( )
inline

Definition at line 37 of file ds.cpp.

Member Data Documentation

int sound_buffer::bits_per_sample

Definition at line 32 of file ds.cpp.

ALuint sound_buffer::buf_id

Definition at line 28 of file ds.cpp.

int sound_buffer::channel_id

Definition at line 29 of file ds.cpp.

int sound_buffer::frequency

Definition at line 31 of file ds.cpp.

int sound_buffer::nbytes

Definition at line 35 of file ds.cpp.

int sound_buffer::nchannels

Definition at line 33 of file ds.cpp.

int sound_buffer::nseconds

Definition at line 34 of file ds.cpp.


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