| Duration | How long this clip takes to fully play. |
| Tracks | All tracks within the clip. |
| GetTrack | Attempts to get a reference track with the given <paramref name="trackId" />. |
| GetTracks | Get tracks that are active at the given <paramref name="time" />. |
| GetProperty | Searches <paramref name="clip" /> for a property track with the given <paramref name="path" />, starting from the root level of the clip. |
| GetReference | Searches <paramref name="clip" /> for a track with the given <paramref name="path" />, starting from the root level of the clip. |
| Update | For each track in the given <paramref name="clip" /> that we have a mapped property for, set the property value to whatever value is stored in that track at the given <paramref name="time" />. |