다음을 통해 공유


AudioEffect.AcousticEchoCancellationConfiguration 속성

정의

AcousticEchoCancellationConfiguration 오디오 효과와 연결된 를 가져옵니다.

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

속성 값

오디오 효과와 연결된 AcousticEchoCancellationConfiguration 입니다. 오디오 효과가 AEC(Acoustic Echo Cancellation)를 지원하지 않는 경우 반환된 값은 null입니다.

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.26100.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v19.0에서 도입되었습니다.)

적용 대상