#include <SoundAPIInfo.h>
Public Types | |
| enum | SpeakerConfig { MONO, STEREO, QUAD, DOLBY5_1, OCT } |
| enum | SampleRate { STEREO_22050_KHZ, MONO_22050_KHZ, STEREO_44100_KHZ, MONO_44100_KHZ } |
Public Methods | |
| SoundAPIInfo () | |
Public Attributes | |
| int | voices |
| SpeakerConfig | speakerConfig |
| SampleRate | sampleRate |
|
|
Definition at line 59 of file SoundAPIInfo.h.
|
|
|
Definition at line 66 of file SoundAPIInfo.h.
00067 {
00068 STEREO_22050_KHZ, MONO_22050_KHZ, STEREO_44100_KHZ, MONO_44100_KHZ
00069 };
|
|
|
Definition at line 55 of file SoundAPIInfo.h. References sampleRate, speakerConfig, STEREO, STEREO_22050_KHZ, and voices.
00055 : voices( 65535 ), speakerConfig( STEREO ), sampleRate( STEREO_22050_KHZ ) {} |
|
|
Definition at line 57 of file SoundAPIInfo.h. Referenced by SoundAPIInfo. |
|
|
Definition at line 64 of file SoundAPIInfo.h. Referenced by SoundAPIInfo. |
|
|
Definition at line 71 of file SoundAPIInfo.h. Referenced by SoundAPIInfo. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002