XAudioDevice ClassDelta Engine Documentation
Native audio context implementation. Crashes rarely on our CI server, there it is disabled.
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    DeltaEngine.Multimedia SoundDevice
      DeltaEngine.Multimedia.SlimDX XAudioDevice

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

public class XAudioDevice : SoundDevice

The XAudioDevice type exposes the following members.

Constructors

  NameDescription
Public methodXAudioDevice
Initializes a new instance of the XAudioDevice class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Public methodAddTag (Inherited from Entity.)
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose
Releases all resources used by the XAudioDevice
(Overrides SoundDevice Dispose .)
Public methodGet T 
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub
(Inherited from Entity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Protected methodGetComponentsForSaving (Inherited from Entity.)
Public methodGetOrDefault T  (Inherited from Entity.)
Public methodGetTags (Inherited from Entity.)
Public methodRapidUpdate (Overrides SoundDevice RapidUpdate .)
Public methodRegisterCurrentMusic (Inherited from SoundDevice.)
Public methodRegisterCurrentVideo (Inherited from SoundDevice.)
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Public methodTryLoadMusicStream (Overrides SoundDevice TryLoadMusicStream(Stream, String).)
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Top
Properties

  NameDescription
Public propertyIsActive (Inherited from Entity.)
Public propertyIsPauseable (Inherited from SoundDevice.)
Public propertyMusicVolume (Inherited from SoundDevice.)
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyUpdatePriority (Inherited from Entity.)
Public propertyXAudio
Top
See Also