Sets the value of the time tolerance specified in the Options panel. Checks the Time Tolerance checkbox if the value of the tolerance is nonzero.
Syntax |
*SetToleranceValue(tolerance) |
||
Arguments |
Names |
Description |
|
tolerance |
Decimal value of the tolerance. The default is .01. |
||
Example |
To set the time tolerance to 0.1 ms: • • • *BeginVideoDefaults() *SetBorderColor(12) *SetFrameColor(12) *SetToleranceValue(0.0001) • • • *SetCurveDefaults(1, 3, 1, 0, 0) *SetAnimBubbleColor(6) *EndVideoDefaults() • • • |
||
Application |
MediaView. |
||
Context |
|||
See also |
|||