CapgeminiSurface.Util.ThreadedSoundPlayer.PlaySoundThread C# (CSharp) Method

PlaySoundThread() protected method

protected PlaySoundThread ( ) : void
return void
        protected virtual void PlaySoundThread()
        {
            SoundIsPlaying = true;
            PlaySync();
            SoundIsPlaying = false;
        }