Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IAMClockSlave::GetErrorTolerance
The GetErrorTolerance method retrieves the audio renderer's rate-matching tolerance.
Syntax
HRESULT GetErrorTolerance( DWORD *pdwTolerance );
Parameters
pdwTolerance
[out] Pointer to a variable that receives the maximum tolerance, in milliseconds.
Return Values
Returns an HRESULT value. Possible values include the following.
| Value | Description | 
| E_POINTER | NULL pointer argument | 
| S_OK | Success | 
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also