ISilenceSuppressor::GetEchoThreshold

[This is preliminary documentation and subject to change.]

Echo threshold is used in conjunction with running average sample buffer energy to determine which buffers are classified as silent. This method retrieves the echo threshold.

HRESULT GetEchoThreshold(
  LPDWORD lpdwEchoThreshold
);
 

Parameters

lpdwEchoThreshold
[out] Pointer to echo threshold setting.

Return Values

E_POINTER
The pointer was not valid.
NOERROR
Success.