The <tack> elements contains all the information that make up a track in a Gateway clip.
Examples of tracks in a Gateway .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.
| Attribute |
Description |
Data Type |
Allowed Values |
Attribute is... |
| type |
The data type of the element. |
character data |
track |
Implied |
| version |
Version of the xml element. |
unsigned integer |
3 |
Implied |
| uid |
Unique identifier of the track element. This value must be unique within the .clip file. |
ID |
any |
Required |
| Children |
| trackType, extendedType?, handler?, sourceName?, startTimecode?, dropMode?, duration?, name?, editRate?, userData?, comment?, feeds
|