AppCaptureSettings.IsEchoCancellationEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否啟用應用程式擷取的回應取消。
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
屬性值
Boolean
bool
如果應用程式擷取已啟用回應取消,則為 True;否則為 false。
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.15063.0 引進)
|
API contract |
Windows.Media.Capture.AppCaptureContract (已於 v4.0 引進)
|
應用程式功能 |
appCaptureSettings
|