AppCaptureSettings.IsEchoCancellationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether echo cancellation is enabled for app capture.
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
Property Value
Boolean
bool
True if echo cancellation is enabled for app capture; otherwise, false.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
|
API contract |
Windows.Media.Capture.AppCaptureContract (introduced in v4.0)
|
App capabilities |
appCaptureSettings
|