AudioEffect.AcousticEchoCancellationConfiguration 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 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, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|