AudioDeviceController.Muted Property

Definition

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.

Applies to