1
1
# Marker object
2
2
3
3
` app.project.activeSequence.markers.getFirstMarker() `
4
- < br />
4
+
5
5
` app.project.rootItem.children[index].getMarkers().getFirstMarker() `
6
- < br />
6
+
7
7
8
8
#### Description
9
9
@@ -16,9 +16,9 @@ Both [Project items](../item/projectitem.md) and [sequences](../sequence/sequenc
16
16
### Marker.comments
17
17
18
18
` app.project.activeSequence.markers.getFirstMarker().comments `
19
- < br />
19
+
20
20
` app.project.rootItem.children[index].getMarkers().getFirstMarker().comments `
21
- < br />
21
+
22
22
23
23
#### Description
24
24
@@ -33,9 +33,9 @@ String; read/write.
33
33
### Marker.end
34
34
35
35
` app.project.activeSequence.markers.getFirstMarker().end `
36
- < br />
36
+
37
37
` app.project.rootItem.children[index].getMarkers().getFirstMarker().end `
38
- < br />
38
+
39
39
40
40
#### Description
41
41
@@ -50,9 +50,9 @@ A [Time object](../other/time.md) containing the value of the ending of the mark
50
50
### Marker.guid
51
51
52
52
` app.project.activeSequence.markers.getFirstMarker().guid `
53
- < br />
53
+
54
54
` app.project.rootItem.children[index].getMarkers().getFirstMarker().guid `
55
- < br />
55
+
56
56
57
57
#### Description
58
58
@@ -67,9 +67,9 @@ String; read-only.
67
67
### Marker.name
68
68
69
69
` app.project.activeSequence.markers.getFirstMarker().name `
70
- < br />
70
+
71
71
` app.project.rootItem.children[index].getMarkers().getFirstMarker().name `
72
- < br />
72
+
73
73
74
74
#### Description
75
75
@@ -84,9 +84,9 @@ String; read/write.
84
84
### Marker.start
85
85
86
86
` app.project.activeSequence.markers.getFirstMarker().start `
87
- < br />
87
+
88
88
` app.project.rootItem.children[index].getMarkers().getFirstMarker().start `
89
- < br />
89
+
90
90
91
91
#### Description
92
92
@@ -101,9 +101,9 @@ A [Time object](../other/time.md) containing the value of the beginning of the m
101
101
### Marker.type
102
102
103
103
` app.project.activeSequence.markers.getFirstMarker().type `
104
- < br />
104
+
105
105
` app.project.rootItem.children[index].getMarkers().getFirstMarker().type `
106
- < br />
106
+
107
107
108
108
#### Description
109
109
@@ -128,9 +128,9 @@ String; read-only.
128
128
### Marker.getColorByIndex()
129
129
130
130
` app.project.activeSequence.markers.getFirstMarker().getColorByIndex(index) `
131
- < br />
131
+
132
132
` app.project.rootItem.children[index].getMarkers().getFirstMarker().getColorByIndex(index) `
133
- < br />
133
+
134
134
135
135
!!! note
136
136
This functionality was added in Adobe Premire Pro 13.x.
@@ -154,9 +154,9 @@ Returns the color index as an Integer.
154
154
### Marker.getWebLinkFrameTarget()
155
155
156
156
` app.project.activeSequence.markers.getFirstMarker().getWebLinkFrameTarget() `
157
- < br />
157
+
158
158
` app.project.rootItem.children[index].getMarkers().getFirstMarker().getWebLinkFrameTarget() `
159
- < br />
159
+
160
160
161
161
#### Description
162
162
@@ -175,9 +175,9 @@ Returns a String containing the frame target, or `0` if unsuccessful.
175
175
### Marker.getWebLinkURL()
176
176
177
177
` app.project.activeSequence.markers.getFirstMarker().getWebLinkURL() `
178
- < br />
178
+
179
179
` app.project.rootItem.children[index].getMarkers().getFirstMarker().getWebLinkURL() `
180
- < br />
180
+
181
181
182
182
#### Description
183
183
@@ -196,9 +196,9 @@ Returns a String containing the URL, or `0` if unsuccessful.
196
196
### Marker.setColorByIndex()
197
197
198
198
` app.project.activeSequence.markers.getFirstMarker().setColorByIndex(colorIndex, markerIndex) `
199
- < br />
199
+
200
200
` app.project.rootItem.children[index].getMarkers().getFirstMarker().setColorByIndex(colorIndex, markerIndex) `
201
- < br />
201
+
202
202
203
203
!!! note
204
204
This functionality was added in Adobe Premire Pro 13.x.
@@ -232,9 +232,9 @@ Returns `undefined`.
232
232
### Marker.setTypeAsChapter()
233
233
234
234
` app.project.activeSequence.markers.getFirstMarker().setTypeAsChapter() `
235
- < br />
235
+
236
236
` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsChapter() `
237
- < br />
237
+
238
238
239
239
#### Description
240
240
@@ -253,9 +253,9 @@ Returns `0` if successful.
253
253
### Marker.setTypeAsComment()
254
254
255
255
` app.project.activeSequence.markers.getFirstMarker().setTypeAsComment() `
256
- < br />
256
+
257
257
` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsComment() `
258
- < br />
258
+
259
259
260
260
#### Description
261
261
@@ -274,9 +274,9 @@ Returns `0` if successful.
274
274
### Marker.setTypeAsSegmentation()
275
275
276
276
` app.project.activeSequence.markers.getFirstMarker().setTypeAsSegmentation() `
277
- < br />
277
+
278
278
` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsSegmentation() `
279
- < br />
279
+
280
280
281
281
#### Description
282
282
@@ -295,9 +295,9 @@ Returns `0` if successful.
295
295
### Marker.setTypeAsWebLink()
296
296
297
297
` app.project.activeSequence.markers.getFirstMarker().setTypeAsWebLink() `
298
- < br />
298
+
299
299
` app.project.rootItem.children[index].getMarkers().getFirstMarker().setTypeAsWebLink() `
300
- < br />
300
+
301
301
302
302
#### Description
303
303
0 commit comments