Marker
Instance Methods
createSetCommentsAction
25.0object
Return an action to set the comments of the marker.
Parameters
Name | Type | Description |
---|---|---|
comments | string | - |
createSetDurationAction
25.0object
Return an action to set the duration of the marker.
Parameters
Name | Type | Description |
---|---|---|
tickTime | - |
createSetNameAction
25.0object
Return an action to set the name of the marker.
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
createSetTypeAction
25.0object
Return an action to set the type of the marker.
Parameters
Name | Type | Description |
---|---|---|
markerType | string | This values can be Scale (0), AnchorToInPoint (1) or AnchorToOutPoint (2) |
getComments
25.0string
Get comments of the marker.
getDuration
25.0object
Get duration time of the marker.
getName
25.0string
Get name of the marker.
getStart
25.0object
Get start time of the marker.
getTarget
25.0string
Get target of the marker. Used together with url for web targets.
getType
25.0string
Get type of the marker. e.g. Cue / Track / Subclip / Cart
getUrl
25.0string
Get url of the marker.