CapgeminiSurface.Util.ThreadedSoundPlayer.PlaySoundThread C# (CSharp) Méthode

PlaySoundThread() protected méthode

protected PlaySoundThread ( ) : void
Résultat void
        protected virtual void PlaySoundThread()
        {
            SoundIsPlaying = true;
            PlaySync();
            SoundIsPlaying = false;
        }