इसके माध्यम से साझा किया गया


AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint Method

Definition

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.

Applies to