AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定應該作為聲場 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 參數,將會導致回送端點重設為其預設值。