PlaybackState PlaybackState { get; }
case PlaybackState.Playing:
switch (_player.PlaybackState)
private readonly MiniAudioEngine _soundEngine; private SoundPlayer _player; public string LastFileOpened { get; set; } public PlaybackState? => _player?.PlaybackState;
Cannot resolve symbol '_player'