2.8.77 TimeModifierAtom

Referenced by: ExtTimeNodeContainer, SubEffectContainer

An atom record that specifies the type of data to be modified and the new data value.


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

value

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 RT_TimeModifier.

rh.recLen

MUST be 0x00000008.

type (4 bytes): An unsigned integer that specifies the type of data to be modified. It MUST be a value from the following table.

Value

Meaning

0x00000000

Repeat count.

0x00000001

Repeat duration.

0x00000002

Speed.

0x00000003

Accelerate.

0x00000004

Decelerate.

0x00000005

Automatic reverse.

value (4 bytes): An unsigned integer that specifies the new value.