AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint 메서드

정의

AEC(Acoustic Echo Cancellation) 효과의 루프백 참조로 사용해야 하는 엔드포인트를 설정합니다.

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 문자열을 전달하면 루프백 엔드포인트가 기본값으로 다시 설정됩니다.

적용 대상