![]() |
Previous | Next |
The markerCount property retrieves the number of markers in the media item.
Syntax
player.currentMedia.markerCount
Possible Values
This property is a read-only Number (long) specifying the number of markers in the file.
Remarks
This property returns zero if a file has no markers, or if the Player.currentMedia or Player.URL property is not set. Marker numbers start at 1.
See Also
Previous | Next |