C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/sfx/sfxResource.h File Reference

#include "core/resManager.h"

Classes

class  SFXResource
 This is the base class for all sound file resources including streamed sound files. More...

Enumerations

enum  SFXFormat {
  SFX_FORMAT_MONO8,
  SFX_FORMAT_MONO16,
  SFX_FORMAT_STEREO8,
  SFX_FORMAT_STEREO16,
  SFX_FORMAT_PROPRIETARY
}
 The various types of sound data that may be returned from SFXResource::getData(). More...


Enumeration Type Documentation

enum SFXFormat

The various types of sound data that may be returned from SFXResource::getData().

Enumerator:
SFX_FORMAT_MONO8 
SFX_FORMAT_MONO16 
SFX_FORMAT_STEREO8 
SFX_FORMAT_STEREO16 
SFX_FORMAT_PROPRIETARY  The data is in a provider/device specific.