AppCaptureSettings.IsEchoCancellationEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Echoabbruch für die App-Erfassung aktiviert ist.

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

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

Eigenschaftswert

Boolean

bool

True, wenn der Echoabbruch für die App-Erfassung aktiviert ist; andernfalls false.

Windows-Anforderungen

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

Gilt für: