Freigeben über


AppCaptureSettings.IsMicrophoneCaptureEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Mikrofonaufnahme aktiviert ist, oder legt einen Wert fest.

Hinweis

Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser APIs zur Laufzeit fehl.

public:
 property bool IsMicrophoneCaptureEnabled { bool get(); void set(bool value); };
bool IsMicrophoneCaptureEnabled();

void IsMicrophoneCaptureEnabled(bool value);
public bool IsMicrophoneCaptureEnabled { get; set; }
var boolean = appCaptureSettings.isMicrophoneCaptureEnabled;
appCaptureSettings.isMicrophoneCaptureEnabled = boolean;
Public Property IsMicrophoneCaptureEnabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die Mikrofonaufnahme aktiviert ist; Andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Media.Capture.AppCaptureContract (eingeführt in v2.0)
App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen