The following tables list the members exposed by ImGearXMPMarker.
Public Methods
| Name | Description |
| getComment | Returns a descriptive comment.
|
| getDuration | Returns the duration of the marker.
|
| getLocation | Returns the URL of the location to jump to.
|
| getName | Returns the name of the marker. This becomes, for example, the name of a chapter in a DVD.
|
| getStartTime | Returns the timeline position of the marker.
|
| getTarget | Returns the part of the URL following the # sign. For example, in the URL http://ns.adobe.com/xmp#Start, the value is Start.
|
| getType | Returns the marker type. Allowed values are: "Chapter", "Cue", "Beat", "Track", "Index".
|
| setComment | Sets a descriptive comment.
|
| setDuration | Sets the duration of the marker.
|
| setLocation | Sets the URL of the location to jump to.
|
| setName | Sets the name of the marker. This becomes, for example, the name of a chapter in a DVD.
|
| setStartTime | Sets the timeline position of the marker.
|
| setTarget | Sets the part of the URL following the # sign. For example, in the URL http://ns.adobe.com/xmp#Start, the value is Start.
|
| setType | Sets the marker type. Allowed values are: "Chapter", "Cue", "Beat", "Track", "Index".
|
Top
See Also