Native SharpDX implementation of Sound.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Sound
DeltaEngine.Multimedia.SharpDX XAudioSound
Namespace: DeltaEngine.Multimedia.SharpDX
Assembly: DeltaEngine.Multimedia.SharpDX (in DeltaEngine.Multimedia.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XAudioSound type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XAudioSound | Initializes a new instance of the XAudioSound class |
Methods
Name | Description | |
---|---|---|
![]() | CreateChannel | (Overrides Sound CreateChannel(SoundInstance).) |
![]() | CreateDefault | (Inherited from ContentData.) |
![]() | CreateSoundInstance | (Inherited from Sound.) |
![]() | Dispose | (Inherited from ContentData.) |
![]() | DisposeData | (Overrides Sound DisposeData .) |
![]() | InternalCreateDefault | (Inherited from ContentData.) |
![]() | IsPlaying | (Overrides Sound IsPlaying(SoundInstance).) |
![]() | LoadData | (Overrides ContentData LoadData(Stream).) |
![]() | Play | (Inherited from Sound.) |
![]() | Play(Single, Single) | (Inherited from Sound.) |
![]() | PlayInstance | (Overrides Sound PlayInstance(SoundInstance).) |
![]() | RemoveChannel | (Overrides Sound RemoveChannel(SoundInstance).) |
![]() | StopAll | (Inherited from Sound.) |
![]() | StopInstance | (Overrides Sound StopInstance(SoundInstance).) |
![]() | ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
![]() | ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowCreationIfContentNotFound | (Inherited from Sound.) |
![]() | IsAnyInstancePlaying | (Inherited from Sound.) |
![]() | IsDisposed | (Inherited from ContentData.) |
![]() | LengthInSeconds | (Overrides Sound LengthInSeconds.) |
![]() | MetaData | (Inherited from ContentData.) |
![]() | Name | (Inherited from ContentData.) |
![]() | NumberOfInstances | (Inherited from Sound.) |
![]() | NumberOfPlayingInstances | (Inherited from Sound.) |
Events
Name | Description | |
---|---|---|
![]() | OnPlay | (Inherited from Sound.) |
![]() | OnStop | (Inherited from Sound.) |
See Also