Microsoft DirectX 8.0

TRACK Element

XML Reference

Defines a track object.

Example

<TRACK> </TRACK>

Attributes

Name Description Type C/C++ Equivalent
LOCK Specifies whether the track is locked (should not be edited).
  • TRUE: The track is locked.
  • FALSE: The track is not locked. (Default)
Boolean IAMTimelineObj::SetLocked
MUTE Specifies the mute state of the track.
  • TRUE: The track and all of its children are not rendered.
  • FALSE: The track is rendered; children are rendered according to their own mute state. (Default)
Boolean IAMTimelineObj::SetMuted
USERDATA Application-defined persistent data. Must be an even number of digits. The values A–F must be capitalized. Do not use a prefix such as 0x. Example: 123ABC. Hexadecimal IAMTimelineObj::SetUserData
USERID Application-defined identifier for the object. Integer IAMTimelineObj::SetUserID
USERNAME Application-defined name for the object. String IAMTimelineObj::SetUserName

Parent/Child Information

Parent COMPOSITE, GROUP
Children CLIP, EFFECT, TRANSITION