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
Inheritance Hierarchy
DeltaEngine.Multimedia SoundInstance
Namespace: DeltaEngine.Multimedia
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SoundInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SoundInstance | |
Play | ||
Stop |
Properties
Name | Description | |
---|---|---|
Handle | ||
IsPlaying | ||
Panning | ||
Pitch | ||
PositionInSeconds | ||
Volume |
See Also