XAudioSound ClassDelta Engine Documentation
Native SharpDX implementation of Sound.
Inheritance Hierarchy

System Object
  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

public class XAudioSound : Sound

The XAudioSound type exposes the following members.

Constructors

  NameDescription
Protected methodXAudioSound
Initializes a new instance of the XAudioSound class
Top
Methods

  NameDescription
Protected methodCreateChannel (Overrides Sound CreateChannel(SoundInstance).)
Protected methodCreateDefault (Inherited from ContentData.)
Public methodCreateSoundInstance (Inherited from Sound.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides Sound DisposeData .)
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsPlaying (Overrides Sound IsPlaying(SoundInstance).)
Protected methodLoadData (Overrides ContentData LoadData(Stream).)
Public methodPlay  (Inherited from Sound.)
Public methodPlay(Single, Single) (Inherited from Sound.)
Public methodPlayInstance (Overrides Sound PlayInstance(SoundInstance).)
Protected methodRemoveChannel (Overrides Sound RemoveChannel(SoundInstance).)
Public methodStopAll (Inherited from Sound.)
Public methodStopInstance (Overrides Sound StopInstance(SoundInstance).)
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Sound.)
Public propertyIsAnyInstancePlaying (Inherited from Sound.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyLengthInSeconds (Overrides Sound LengthInSeconds.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyNumberOfInstances (Inherited from Sound.)
Public propertyNumberOfPlayingInstances (Inherited from Sound.)
Top
Events

  NameDescription
Public eventOnPlay (Inherited from Sound.)
Public eventOnStop (Inherited from Sound.)
Top
See Also