Share

track

The <track> element contains the information that make up a track in a Open Clip. In a Flame context, a <track> in an Open Clip maps one-to-one to a track in the Timeline. Duration and start timecode of a <track> are inferred from its <feeds>.

Examples of tracks in a Open Clip context:

  • A layer in a Photoshop file;
  • A video, or one of multiple audio tracks in a QuickTime file;
  • One of multiple render passes contained in a multi-channel OpenEXR file.
AttributeDescriptionData TypeAllowed ValuesAttribute is...
typeThe data type of the element.character datatrackImplied
versionVersion of the xml element.unsigned integer4Implied
uidUnique identifier of the track element. This value must be unique to its <track> within the .clip file.IDanyRequired

Children

MandatoryOptional
trackType, feedsextendedType?, handler?, sourceName?, name?, editRate?, userData?, comment?,

Parent

Was this information helpful?