Sets the maximum tolerance, in milliseconds, of the audio renderer. The value must be from 1 to 1000, inclusive.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ClockErrorTolerance { get; set; }
Public Property ClockErrorTolerance As Integer Get Set
public: property int ClockErrorTolerance { int get (); void set (int value); }