AudioDeviceController.Muted Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Désactive ou désactive le 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
Valeur de propriété
Boolean
bool
True si le microphone est désactivé ; false dans le cas contraire.