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

This instruction jumps a particular timeframe in a MPEG I or MPEG II video.

Parameters :

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

Examples :