AppCaptureSettings.IsAudioCaptureEnabled Eigenschaft

Definition

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

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

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

Eigenschaftswert

Boolean

bool

True, wenn die Audioaufnahme aktiviert ist; Andernfalls false.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für:

Weitere Informationen