Skip to content

Commit b311fe1

Browse files
committed
Corrected my definitions for start/end on TrackItem.
1 parent 427c7ea commit b311fe1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/item/trackitem.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TrackItem.end
5656
5757
**Description**
5858

59-
The ending time of the trackItem. Note: This may differ, from the trackItem's out point.
59+
The visible end time of the trackItem in the sequence, relative to the beginning of its corresponding sequence (NOT the sequence zero point). Note: This may differ from the trackItem's out point, which is relative to the source.
6060

6161
**Type**
6262

@@ -72,7 +72,7 @@ TrackItem.inPoint
7272
7373
**Description**
7474

75-
The in point for media, in this trackItem.
75+
The in point set on the source for this trackItem instance, relative to the beginning of the source.
7676

7777
**Type**
7878

@@ -152,7 +152,7 @@ TrackItem.outPoint
152152
153153
**Description**
154154

155-
The out point for media, in this trackItem.
155+
The out point set on the source for this trackItem instance, relative to the beginning of the source.
156156

157157
**Type**
158158

@@ -184,7 +184,7 @@ TrackItem.start
184184
185185
**Description**
186186

187-
The starting time of the trackItem. Note: This may differ, from the trackItem's in point.
187+
The visible start time of the trackItem in the sequence, relative to the beginning of its corresponding sequence (NOT the sequence zero point). Note: This may differ from the trackItem's in point, which is relative to the source.
188188

189189
**Type**
190190

0 commit comments

Comments
 (0)