2.8.72 TimeCommandBehaviorAtom
Referenced by: TimeCommandBehaviorContainer
An atom record that specifies the information of a command that is performed as an animation.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
A |
B |
reserved |
|||||||||||||||||||||||||||||
commandBehaviorType |
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_TimeCommandBehavior.
rh.recLen
MUST be 0x00000008.
-
A - fTypePropertyUsed (1 bit): A bit that specifies whether commandBehaviorType was explicitly set by a user interface action.
B - fCommandPropertyUsed (1 bit): A bit that specifies whether varCommand of the TimeCommandBehaviorContainer record (section 2.8.71) that contains this TimeCommandBehaviorAtom is valid.
reserved (30 bits): MUST be zero, and MUST be ignored.
commandBehaviorType (4 bytes): A TimeCommandBehaviorTypeEnum enumeration that specifies the type of the command. It MUST be ignored if fTypePropertyUsed is FALSE and a value of TL_TCBT_Call MUST be used instead.