taptaudio.h File Reference


Detailed Description

Tapted's Audio Subsystem manager singleton.

Author:
Trent Apted <tapted@it.usyd.edu.au>
Revision
192
Date
2005-08-05 19:35:16 +1000 (Fri, 05 Aug 2005)

Definition in file taptaudio.h.

#include <string>

Include dependency graph for taptaudio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ASSample
 This is an AudioSystem Sample. More...
class  AudioSystem
 The audio system. More...

Enumerations

enum  AUDIO_FORMAT {
  AF_Default, AF_Float32, AF_Int16, AF_Int32,
  AF_Int24, AF_PackedInt24, AF_Int8, AF_UInt8,
  AF_CustomFormat
}
 Possible PCM Audio formats. More...


Enumeration Type Documentation

enum AUDIO_FORMAT
 

Possible PCM Audio formats.

Enumerator:
AF_Default  Default format (Int16).
AF_Float32  32-bit floats
AF_Int16  16-bit signed ints
AF_Int32  32-bit signed ints
AF_Int24  NFI - not supported.
AF_PackedInt24  NFI - not supported.
AF_Int8  8-bit signed ints
AF_UInt8  8-bit unsigned ints (not supported)
AF_CustomFormat  Some custom format (not supported).

Definition at line 17 of file taptaudio.h.


Generated on Fri Aug 5 19:43:16 2005 for TaptAudio by  doxygen 1.4.3