ImageEn, unit ieds

TIEDirectShow.ClockErrorTolerance

TIEDirectShow.ClockErrorTolerance

Declaration

property ClockErrorTolerance: Integer;

Description

Sets the maximum tolerance, in milliseconds, of the audio renderer.
The value must be from 1 to 1000, inclusive. Or -1 to use the default value.

Default: -1

Example

// Set clock error tolerance
ImageEnView1.IO.DShowParams.ClockErrorTolerance := 50;

See Also

ReferenceClock
RenderAudio