xoreos
0.0.5
|
Basic sound types. More...
#include "src/common/types.h"
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 |
Basic sound types.
Definition in file types.h.