You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/item/trackitem.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ TrackItem.end
56
56
57
57
**Description**
58
58
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.
60
60
61
61
**Type**
62
62
@@ -72,7 +72,7 @@ TrackItem.inPoint
72
72
73
73
**Description**
74
74
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.
76
76
77
77
**Type**
78
78
@@ -152,7 +152,7 @@ TrackItem.outPoint
152
152
153
153
**Description**
154
154
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.
156
156
157
157
**Type**
158
158
@@ -184,7 +184,7 @@ TrackItem.start
184
184
185
185
**Description**
186
186
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.
0 commit comments