GetPlaybackDeviceMute
Retrieves whether the audio playback device is muted.
public abstract bool GetPlaybackDeviceMute();
Returns
true: The audio playback device is muted.false: The audio playback device is unmuted.
Retrieves whether the audio playback device is muted.
public abstract bool GetPlaybackDeviceMute();
true: The audio playback device is muted.false: The audio playback device is unmuted.