Skip to content

Commit 427c7ea

Browse files
committed
Revert "Update trackitem.rst"
This reverts commit 0f8d42b. Revert "Update trackitem.rst" This reverts commit a2d772f. Revert "Update trackitem.rst" This reverts commit 7be3abe.
1 parent 7be3abe commit 427c7ea

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 absolute end time of the trackItem in the timeline. This does not consider the visible clip trimming (determined by ``TrackItem.inPoint`` and ``TrackItem.outPoint``). Note: This may differ, from the trackItem's out point.
59+
The ending time of the trackItem. Note: This may differ, from the trackItem's out point.
6060

6161
**Type**
6262

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

75-
The in point set on the source clip for this trackItem. This is also the time trimmed from the clip's start (``TrackItem.start``), as seen in the timeline.
75+
The in point for media, in this trackItem.
7676

7777
**Type**
7878

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

155-
The out point set on the source clip for this trackItem. This affects the time trimmed from the clip's end (``TrackItem.end``), as seen in the timeline.
155+
The out point for media, in this trackItem.
156156

157157
**Type**
158158

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

187-
The absolute start time of the trackItem in the timeline. This does not consider the visible clip trimming (determined by ``TrackItem.inPoint`` and ``TrackItem.outPoint``). Note: This may differ, from the trackItem's in point.
187+
The starting time of the trackItem. Note: This may differ, from the trackItem's in point.
188188

189189
**Type**
190190

0 commit comments

Comments
 (0)