sequence .group .time .seek  (  ObjectID ,  Time ,  Mode  )  
                                          
Description :

This instruction jumps to a particular timeframe for a group of tracks.

Parameters :

  • ObjectID of the group.
  • Time, expressed in seconds.
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current position of the group)
    SEEK_FROM_END (Seeks from the end of the group. The result will therefore have a negative value (such as -10 seconds)



Examples :