AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 文字列を渡すと、ループバック エンドポイントが既定値にリセットされます。