Previous | Next |
The SetSyncTolerance method sets the amount of time that the inputs can fall out of synchronization before the samples are discarded.
Syntax
HRESULT SetSyncTolerance(
DWORD msWindow
);
Parameters
msWindow
[in] Amount of time that the inputs can be out of synchronization, in milliseconds.
Return Values
This method always returns S_OK.
See Also
Previous | Next |