2.8.28 TimeEffectNodeType

Referenced by: TimeVariant4TimeNode

An atom record that specifies the role of a time node in the timing structure.

Let the corresponding time node be as specified in the TimePropertyList4TimeNodeContainer record (section 2.8.18) that contains this TimeEffectNodeType record.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rh

...

type

effectNodeType

...

rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0x0.

rh.recType

MUST be an RT_TimeVariant.

rh.recLen

MUST be 0x00000005.

type (1 byte): A TimeVariantTypeEnum enumeration that specifies the data type of this record. It MUST be TL_TVT_Int.

effectNodeType (4 bytes): A signed integer that specifies the role of the corresponding time node. It MUST be a value from the following table.

Value

Meaning

0x00000001

Click effect node.

0x00000002

With previous node.

0x00000003

After previous node.

0x00000004

Main sequence node.

0x00000005

Interactive sequence node.

0x00000006

Click parallel node.

0x00000007

With group node.

0x00000008

After group node.

0x00000009

Timing root node.