AudioEffect.AcousticEchoCancellationConfiguration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) ,则返回的值将为 null。
Windows 要求
设备系列 |
Windows 11, version 24H2 (在 10.0.26100.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v19.0 中引入)
|