clip .time .seek  (  ObjectID ,  Time ,  Mode  )  
                                     
Description :

This instruction jumps to a particular timeframe in a clip.

NOTES:

The current chapter must allow seeking; otherwise this instruction is invalid.

Parameters :

  • ObjectID of the clip.
  • Time, expressed in seconds.
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current position of the clip)
    SEEK_FROM_END (Seeks from the end of the clip. Its result will therefore have a negative value, i.e., -10 seconds).



Examples :