Packagecom.adobe.mediacore.timeline
Interfacepublic interface TimelineMarker
Implementors AdBreakTimelineItem

The TimelineMarker describes a marker on the timeline



Public Properties
 PropertyDefined By
  duration : Number
[read-only] The duration (in seconds) of the marker
TimelineMarker
  time : Number
[read-only] The time (in seconds) at which the marker occurs
TimelineMarker
Property Detail
durationproperty
duration:Number  [read-only]

The duration (in seconds) of the marker


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

The time (in seconds) at which the marker occurs


Implementation
    public function get time():Number