Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

snx::SoundAPIInfo Class Reference

#include <SoundAPIInfo.h>

List of all members.

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


Member Enumeration Documentation

enum snx::SoundAPIInfo::SpeakerConfig
 

Enumeration values:
MONO 
STEREO 
QUAD 
DOLBY5_1 
OCT 

Definition at line 59 of file SoundAPIInfo.h.

00060    {
00061       MONO, STEREO, QUAD, DOLBY5_1, OCT
00062    };   

enum snx::SoundAPIInfo::SampleRate
 

Enumeration values:
STEREO_22050_KHZ 
MONO_22050_KHZ 
STEREO_44100_KHZ 
MONO_44100_KHZ 

Definition at line 66 of file SoundAPIInfo.h.


Constructor & Destructor Documentation

snx::SoundAPIInfo::SoundAPIInfo   [inline]
 

Definition at line 55 of file SoundAPIInfo.h.

References sampleRate, speakerConfig, STEREO, STEREO_22050_KHZ, and voices.


Member Data Documentation

int snx::SoundAPIInfo::voices
 

Definition at line 57 of file SoundAPIInfo.h.

Referenced by SoundAPIInfo.

SpeakerConfig snx::SoundAPIInfo::speakerConfig
 

Definition at line 64 of file SoundAPIInfo.h.

Referenced by SoundAPIInfo.

SampleRate snx::SoundAPIInfo::sampleRate
 

Definition at line 71 of file SoundAPIInfo.h.

Referenced by SoundAPIInfo.


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:39:33 2004 for Juggler Sonix by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002