Classes
Class | Description | |
---|---|---|
Music |
Provides a way to load and play music files. Usually setup in Scenes.
View code on GitHub | |
Music CouldNotLoadMusicFromFilestream | ||
Sound |
Provides a way to load and play simple sound effects by creating a SoundInstance per play.
View code on GitHub | |
Sound SoundNotFoundOrAccessible | ||
SoundDevice |
Holds the audio device and automatically disposes all finished playing sound instances.
View code on GitHub | |
SoundInstance |
Provides a way to play the same sound effect multiple times at once and keeping track of
the playing sounds in the Device. Instance can change its volume or panning and be replayed.
View code on GitHub | |
Video |
Provides a way to load and play a video file.
View code on GitHub | |
Video VideoNotFoundOrAccessible |
Interfaces
Interface | Description | |
---|---|---|
MusicStream |
Used in Mp3MusicStream, OggMusicStream and WmaMusicStream.
View code on GitHub |