How do I handle Muted and Unmuted?

The built-in Pioneer device has .Mute as well as Mute in the MediaCommand. How do I handle Muted and Unmuted? I’ve tried multiple ways without success.

That device should support the AudioMute Capability. Just use the Mute attribute like the default MediaPlayerDetails.xaml file. That attribute has 2 discrete values: Muted & Unmuted. Set it to either of those 2 values.

Thank you. I swore that was one of the combinations that I tried but apparently not. Works great.