ObjectID =  track .event .create  (  )  
                           
Description :

This instruction creates an event track. A event track is a specific track that gathers together event behaviors.

Return Handle :

  • ObjectID of the track.

Notes :


This instruction is only valid when used inside a clip.timeline.create().

Only one event track can be created in a clip.


A clip gathers:
-one or several visual tracks
-and/or one or several audio tracks
-and, eventually, one and only one event track (or none)
-and, eventually, one and only one chapter track (or none)

Examples :