![]() |
Previous | Next |
The getMarkerName method retrieves the name of the marker at the specified index.
Syntax
player.currentMedia.getMarkerName(markerNum)
Parameters
markerNum
Number specifying a marker index.
Return Values
This method returns a String.
Remarks
This method returns NULL if the specified marker does not exist.
Some media clips do not contain markers. Use markerCount to find out how many markers are in the current clip.
Marker index numbers start at 1.
See Also
Previous | Next |