xoreos  0.0.5
Classes | Namespaces | Enumerations | Variables
types.h File Reference

Basic sound types. More...

#include "src/common/types.h"
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Sound::ChannelHandle
 A handle to a sound channel. More...
 

Namespaces

 Sound
 

Enumerations

enum  Sound::SoundType {
  Sound::kSoundTypeMusic = 0, Sound::kSoundTypeSFX = 1, Sound::kSoundTypeVoice = 2, Sound::kSoundTypeVideo = 3,
  Sound::kSoundTypeMAX = 4
}
 The type of a sound. More...
 

Variables

static const size_t Sound::kChannelInvalid = SIZE_MAX
 

Detailed Description

Basic sound types.

Definition in file types.h.