2.13.36 TimeNodeTypeEnum

Referenced by: TimeNodeAtom

An enumeration that specifies the type of a time node.

Name

Value

Meaning

TL_TNT_Parallel

0x00000000

Parallel time node whose child nodes can start simultaneously.

TL_TNT_Sequential

0x00000001

Sequential time node whose child nodes can only start sequentially and each child can only start after its previous sibling has started.

TL_TNT_Behavior

0x00000003

Behavior time node that contains a behavior.

TL_TNT_Media

0x00000004

Media time node that contains a media object.