Пример #1
0
 protected virtual void PauseInternal()
 {
     State = PlayState.Paused;
     AudioLayer.SourcePause(SoundInstance.Source);
 }