Inheritance: PositionedObject
        static AudioManager()
        {
            AreSoundEffectsEnabled = true;
            AreSongsEnabled        = true;
#if !WINDOWS_PHONE && !MONOGAME && !SILVERLIGHT
            SoundListener    = new PositionedSoundListener();
            PositionedSounds = new PositionedObjectList <PositionedSound>();
#endif
            Microsoft.Xna.Framework.Media.MediaPlayer.MediaStateChanged += HandleMediaStateChanged;
        }
        static AudioManager()
        {
            AreSoundEffectsEnabled = true;
            AreSongsEnabled = true;
#if !WINDOWS_PHONE && !MONOGAME && !SILVERLIGHT
            SoundListener = new PositionedSoundListener();
            PositionedSounds = new PositionedObjectList<PositionedSound>();
#endif
            Microsoft.Xna.Framework.Media.MediaPlayer.MediaStateChanged += HandleMediaStateChanged;


        }