Packagecom.adobe.mediacore.content
Interfacepublic interface TimelineMarker
Implementors AdBreak

The TimelineMarker interface represents an individual marker in the timeline of a MediaElement.



Public Properties
 PropertyDefined By
  duration : Number
[read-only] The duration in seconds.
TimelineMarker
  time : Number
[read-only] The start time in seconds.
TimelineMarker
Property Detail
durationproperty
duration:Number  [read-only]

The duration in seconds.


Implementation
    public function get duration():Number
timeproperty 
time:Number  [read-only]

The start time in seconds.


Implementation
    public function get time():Number