AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置应由“回声消除” (AEC) 效果用作环回引用的终结点。
public:
virtual void SetEchoCancellationRenderEndpoint(Platform::String ^ deviceId) = SetEchoCancellationRenderEndpoint;
void SetEchoCancellationRenderEndpoint(winrt::hstring const& deviceId);
public void SetEchoCancellationRenderEndpoint(string deviceId);
function setEchoCancellationRenderEndpoint(deviceId)
Public Sub SetEchoCancellationRenderEndpoint (deviceId As String)
参数
- deviceId
-
String
Platform::String
winrt::hstring
要用作环回引用的设备的设备 ID。
注解
传入 null 字符串作为 deviceId 参数将导致环回终结点重置为其默认值。