Native XAudio implementation for music playback.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Music
DeltaEngine.Multimedia.SlimDX XAudioMusic
Namespace: DeltaEngine.Multimedia.SlimDX
Assembly: DeltaEngine.Multimedia.SlimDX (in DeltaEngine.Multimedia.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XAudioMusic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XAudioMusic | Initializes a new instance of the XAudioMusic class |
Methods
Name | Description | |
---|---|---|
![]() | CreateDefault | (Inherited from ContentData.) |
![]() | Dispose | (Inherited from ContentData.) |
![]() | DisposeData | (Overrides Music DisposeData .) |
![]() | HandleStreamFinished | (Inherited from Music.) |
![]() | InternalCreateDefault | (Inherited from ContentData.) |
![]() | IsPlaying | (Overrides Music IsPlaying .) |
![]() | LoadData | (Overrides ContentData LoadData(Stream).) |
![]() | Play | (Inherited from Music.) |
![]() | Play(Single) | (Inherited from Music.) |
![]() | PlayNativeMusic | (Overrides Music PlayNativeMusic .) |
![]() | SetPlayingVolume | (Overrides Music SetPlayingVolume(Single).) |
![]() | Stop | (Inherited from Music.) |
![]() | StopNativeMusic | (Overrides Music StopNativeMusic .) |
![]() | ToString | (Inherited from ContentData.) |
![]() | UpdateStateAndPosition | (Overrides Music UpdateStateAndPosition .) |
Fields
Name | Description | |
---|---|---|
![]() | cachedVolume | (Inherited from Music.) |
![]() | ContentChanged | (Inherited from ContentData.) |
![]() | device | (Inherited from Music.) |
![]() | StreamFinished | (Inherited from Music.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowCreationIfContentNotFound | (Inherited from Music.) |
![]() | DurationInSeconds | (Overrides Music DurationInSeconds.) |
![]() | IsDisposed | (Inherited from ContentData.) |
![]() | Loop | (Inherited from Music.) |
![]() | MetaData | (Inherited from ContentData.) |
![]() | Name | (Inherited from ContentData.) |
![]() | PositionInSeconds | (Overrides Music PositionInSeconds.) |
![]() | Volume | (Inherited from Music.) |
See Also