|
cgv
|
simple descriptor for sounds that can be played back in OAL More...
#include <al_context.h>
Public Types | |
| enum | Type { SFT_UINT8 , SFT_INT16 } |
| enum | Channels { SFC_MONO = 1 , SFC_STEREO = 2 } |
Public Attributes | |
| enum cgv::audio::OALSoundFormat::Type | value_type |
| enum cgv::audio::OALSoundFormat::Channels | nr_channels |
| int | sampling_rate |
| int | nr_frames |
simple descriptor for sounds that can be played back in OAL
Definition at line 21 of file al_context.h.
| enum cgv::audio::OALSoundFormat::Channels |
Definition at line 27 of file al_context.h.
| enum cgv::audio::OALSoundFormat::Type |
Definition at line 23 of file al_context.h.
| int cgv::audio::OALSoundFormat::nr_frames |
Definition at line 32 of file al_context.h.
| int cgv::audio::OALSoundFormat::sampling_rate |
Definition at line 31 of file al_context.h.