Native audio context implementation. Crashes rarely on our CI server, there it is disabled.
Inheritance Hierarchy
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
The XAudioDevice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XAudioDevice | Initializes a new instance of the XAudioDevice class |
Methods
Name | Description | |
---|---|---|
Add T | (Inherited from Entity.) | |
AddTag | (Inherited from Entity.) | |
ClearTags | (Inherited from Entity.) | |
Contains T | (Inherited from Entity.) | |
ContainsBehavior T | (Inherited from Entity.) | |
ContainsTag | (Inherited from Entity.) | |
Deactivate | (Inherited from Entity.) | |
Dispose | Releases all resources used by the XAudioDevice (Overrides SoundDevice Dispose .) | |
Get T |
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D)
View code on GitHub (Inherited from Entity.) | |
GetActiveBehaviors | (Inherited from Entity.) | |
GetComponentsForSaving | (Inherited from Entity.) | |
GetOrDefault T | (Inherited from Entity.) | |
GetTags | (Inherited from Entity.) | |
RapidUpdate | (Overrides SoundDevice RapidUpdate .) | |
RegisterCurrentMusic | (Inherited from SoundDevice.) | |
RegisterCurrentVideo | (Inherited from SoundDevice.) | |
Remove T | (Inherited from Entity.) | |
RemoveTag | (Inherited from Entity.) | |
Set | (Inherited from Entity.) | |
SetComponents | (Inherited from Entity.) | |
Start T | (Inherited from Entity.) | |
Stop T | (Inherited from Entity.) | |
ToString | (Inherited from Entity.) | |
TryLoadMusicStream | (Overrides SoundDevice TryLoadMusicStream(Stream, String).) |
Fields
Name | Description | |
---|---|---|
components | (Inherited from Entity.) |
Properties
Name | Description | |
---|---|---|
IsActive | (Inherited from Entity.) | |
IsPauseable | (Inherited from SoundDevice.) | |
MusicVolume | (Inherited from SoundDevice.) | |
NumberOfComponents | (Inherited from Entity.) | |
UpdatePriority | (Inherited from Entity.) | |
XAudio |
See Also