共用方式為


AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint 方法

定義

設定應該作為聲場 Echo Cancellation (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

作為回送參考之裝置的裝置標識碼。

備註

傳入 Null 字串做為 deviceId 參數,將會導致回送端點重設為其預設值。

適用於