XAudioMusic ClassDelta Engine Documentation
Native XAudio implementation for music playback.
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Multimedia Music
      DeltaEngine.Multimedia.SharpDX XAudioMusic

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

public class XAudioMusic : Music

The XAudioMusic type exposes the following members.

Constructors

  NameDescription
Protected methodXAudioMusic
Initializes a new instance of the XAudioMusic class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides Music DisposeData .)
Protected methodHandleStreamFinished (Inherited from Music.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsPlaying (Overrides Music IsPlaying .)
Protected methodLoadData (Overrides ContentData LoadData(Stream).)
Public methodPlay  (Inherited from Music.)
Public methodPlay(Single) (Inherited from Music.)
Protected methodPlayNativeMusic (Overrides Music PlayNativeMusic .)
Protected methodSetPlayingVolume (Overrides Music SetPlayingVolume(Single).)
Public methodStop (Inherited from Music.)
Protected methodStopNativeMusic (Overrides Music StopNativeMusic .)
Public methodToString (Inherited from ContentData.)
Public methodUpdateStateAndPosition (Overrides Music UpdateStateAndPosition .)
Top
Fields

  NameDescription
Protected fieldcachedVolume (Inherited from Music.)
Protected fieldContentChanged (Inherited from ContentData.)
Protected fielddevice (Inherited from Music.)
Public fieldStreamFinished (Inherited from Music.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Music.)
Public propertyDurationInSeconds (Overrides Music DurationInSeconds.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyLoop (Inherited from Music.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyPositionInSeconds (Overrides Music PositionInSeconds.)
Public propertyVolume (Inherited from Music.)
Top
See Also