AcousticEchoCancellationConfiguration.SetEchoCancellationRenderEndpoint 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 문자열을 전달하면 루프백 엔드포인트가 기본값으로 다시 설정됩니다.