Enumerations |
|
| enum | siTimeControlExtrapolationType { siTimeControlExtrapolationNone = 0, siTimeControlExtrapolationHold = 1, siTimeControlExtrapolationCycle = 2, siTimeControlExtrapolationBounce = 3 } |
TimeControl::ExtrapolationAfterValue, TimeControl::ExtrapolationBeforeValue, TimeControl::GetExtrapolationBeforeValue, TimeControl::GetExtrapolationAfterValue
| enum siTimeControlExtrapolationType |
| siTimeControlExtrapolationNone | [0] Results in no extrapolation. Use this to delete an extrapolation. |
| siTimeControlExtrapolationHold | [1] Results in the first or last values being held for the number of frames specified by TimeControl::ExtrapolationBeforeValue or TimeControl::ExtrapolationAfterValue . |
| siTimeControlExtrapolationCycle | [2] Repeats the clip for the number of times specified by TimeControl::ExtrapolationBeforeValue or TimeControl::ExtrapolationAfterValue . |
| siTimeControlExtrapolationBounce | [3] Repeats the clip forward, then backward, and so on for the number of times specified by TimeControl::ExtrapolationBeforeValue or TimeControl::ExtrapolationAfterValue . |