AudioDeviceController.Muted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mutes or unmutes the microphone.
public:
property bool Muted { bool get(); void set(bool value); };
bool Muted();
void Muted(bool value);
public bool Muted { get; set; }
var boolean = audioDeviceController.muted;
audioDeviceController.muted = boolean;
Public Property Muted As Boolean
Property Value
Boolean
bool
True if the microphone is muted; false otherwise.