public async Task HandleAsync(PauseCommand command) { Log.Info("Processing PauseCommand"); _soundOutput.Pause(); _session.PlayerState = PlayerState.Paused; }
private void RetroThreadPaused(object sender, EventArgs e) { _soundOutput.Pause(); }