AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the endpoint that should be used as the loopback reference by the Acoustic Echo Cancellation (AEC) effect.
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)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The device ID of the device to use as the loopback reference.
Remarks
Passing in a null string as the deviceId parameter will result in the loopback endpoint being reset to its default value.