Container for all audio related classes and functions. More...
Classes | |
class | Audio |
Abstract base class for audio. More... | |
class | AudioManager |
Class for managing audio. More... | |
class | Music |
Stream music files from disk. More... | |
class | SoundEffect |
Play sound effects (Short audio clips) More... | |
Enumerations | |
enum | Status { Status::Stopped, Status::Paused, Status::Playing } |
Audio status. More... | |
enum | Type { Type::Sfx, Type::Music } |
Types of audio files managed by the audio manager. More... | |
Container for all audio related classes and functions.
|
strong |
|
strong |
Types of audio files managed by the audio manager.
Enumerator | |
---|---|
Sfx | Sound Effects. |
Music |
Definition at line 40 of file AudioManager.h.