AcousticEchoCanceller_Reference_Input 结构 (audioengineextensionapo.h)
包含与当前回声消除 (AEC) 配置相关的扩展信息。
语法
typedef struct AcousticEchoCanceller_Reference_Input {
APOInitSystemEffects3 apoInitSystemEffects;
APO_REFERENCE_STREAM_PROPERTIES streamProperties;
} AcousticEchoCanceller_Reference_Input;
成员
apoInitSystemEffects
APOInitSystemEffects3 结构, (APO) 初始化参数提供音频处理对象。
streamProperties
APO_REFERENCE_STREAM_PROPERTIES的值的按位组合,用于指定请求的环回流属性。
注解
此结构将传递给实现 IApoAcousticEchoCancellation2 的 APO,作为 IApoAuxiliaryInputConfiguration::AddAuxiliaryInput 中的 pbyData 参数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10内部版本 20348 |
标头 | audioengineextensionapo.h |