예제 #1
0
        public async Task HandleAsync(PauseCommand command)
        {
            Log.Info("Processing PauseCommand");

            _soundOutput.Pause();

            _session.PlayerState = PlayerState.Paused;
        }
예제 #2
0
 private void RetroThreadPaused(object sender, EventArgs e)
 {
     _soundOutput.Pause();
 }