SoundInstance ClassDelta Engine Documentation
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

System Object
  DeltaEngine.Multimedia SoundInstance

Namespace: DeltaEngine.Multimedia
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public sealed class SoundInstance : IDisposable

The SoundInstance type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the SoundInstance
Public methodPlay
Public methodStop
Top
Properties

  NameDescription
Public propertyHandle
Public propertyIsPlaying
Public propertyPanning
Public propertyPitch
Public propertyPositionInSeconds
Public propertyVolume
Top
See Also