次の方法で共有


AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint メソッド

定義

Acoustic 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

ループバック参照として使用するデバイスのデバイス ID。

注釈

deviceId パラメーターとして null 文字列を渡すと、ループバック エンドポイントが既定値にリセットされます。

適用対象