SoundEffect.CreateInstance Method
Creates a new SoundEffectInstance for this SoundEffect.
Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public SoundEffectInstance CreateInstance ()
Return Value
A new SoundEffectInstance for this SoundEffect.
Creating a SoundEffectInstance before calling Play allows you to access advanced playback features, such as 3D positioning.