Share via


AudioEffect.AcousticEchoCancellationConfiguration Property

Definition

Gets the AcousticEchoCancellationConfiguration associated with the audio effect.

public:
 property AcousticEchoCancellationConfiguration ^ AcousticEchoCancellationConfiguration { AcousticEchoCancellationConfiguration ^ get(); };
AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration();
public AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration { get; }
var acousticEchoCancellationConfiguration = audioEffect.acousticEchoCancellationConfiguration;
Public ReadOnly Property AcousticEchoCancellationConfiguration As AcousticEchoCancellationConfiguration

Property Value

The AcousticEchoCancellationConfiguration associated with the audio effect. If the audio effect doesn't support Acoustic Echo Cancellation (AEC), the returned value will be null.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to