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.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.