AudioEffect.AcousticEchoCancellationConfiguration Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den ab, der AcousticEchoCancellationConfiguration dem Audioeffekt zugeordnet ist.
public:
property AcousticEchoCancellationConfiguration ^ AcousticEchoCancellationConfiguration { AcousticEchoCancellationConfiguration ^ get(); };
AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration();
public AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration { get; }
var acousticEchoCancellationConfiguration = audioEffect.acousticEchoCancellationConfiguration;
Public ReadOnly Property AcousticEchoCancellationConfiguration As AcousticEchoCancellationConfiguration
Eigenschaftswert
Die acousticEchoCancellationConfiguration , die dem Audioeffekt zugeordnet ist. Wenn der Audioeffekt AEC (Acoustic Echo Cancellation) nicht unterstützt, ist der zurückgegebene Wert NULL.
Windows-Anforderungen
Gerätefamilie |
Windows 11, version 24H2 (eingeführt in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v19.0)
|