DeltaEngine.Multimedia NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classMusic
Provides a way to load and play music files. Usually setup in Scenes. View code on GitHub
Public classMusic CouldNotLoadMusicFromFilestream
Public classSound
Provides a way to load and play simple sound effects by creating a SoundInstance per play. View code on GitHub
Public classSound SoundNotFoundOrAccessible
Public classSoundDevice
Holds the audio device and automatically disposes all finished playing sound instances. View code on GitHub
Public classSoundInstance
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
Public classVideo
Provides a way to load and play a video file. View code on GitHub
Public classVideo VideoNotFoundOrAccessible
Interfaces

  InterfaceDescription
Public interfaceMusicStream
Used in Mp3MusicStream, OggMusicStream and WmaMusicStream. View code on GitHub