2.8.33 TimeAnimationValueAtom

Referenced by: TimeAnimationValueListEntry

An atom record that specifies a value of time that is used in the TimeAnimationValueListEntry structure to determine the overall timeline for the corresponding animation.


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

...

time

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

MUST be 0x000.

rh.recType

MUST be an RT_TimeAnimationValue.

rh.recLen

MUST be 0x00000004.

time (4 bytes): A signed integer that specifies a percentage value of time in 1000ths that is utilized in the TimeAnimationValueListEntry record. For example, 1000 means 100% of time of an animation. This field MUST be either equal to -1000, or greater than or equal to 0 and less than or equal to 1000.