Native Xna implementation for sound effect playback.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Sound
DeltaEngine.Multimedia.Xna XnaSound
Namespace: DeltaEngine.Multimedia.Xna
Assembly: DeltaEngine.Multimedia.Xna (in DeltaEngine.Multimedia.Xna.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The XnaSound type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XnaSound | Initializes a new instance of the XnaSound 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