ObjectID =  track .chapter .create  (  )  
                           
Description :

This instruction creates a chapter track.

Return Handle :

  • ObjectID of the chapter.

Notes :


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

Only one chapter 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 :