Packagecom.adobe.mediacore.timeline
Classpublic class TimelineItem
InheritanceTimelineItem Inheritance Object
Subclasses AdBreakTimelineItem, AdTimelineItem

Generic representation of a timeline item.



Public Properties
 PropertyDefined By
  id : uint
[read-only] Returns the timeline id associated with this item.
TimelineItem
  localRange : TimeRange
[read-only] Returns the local timeline range associated with this item.
TimelineItem
  temporary : Boolean
[read-only] Flag indicating if the timeline item is temporary or not.
TimelineItem
  virtualRange : TimeRange
[read-only] Returns the virtual timeline range associated with this item.
TimelineItem
  watched : Boolean
[read-only] Flag indicating if the timeline item was watched or not.
TimelineItem
Public Methods
 MethodDefined By
  
TimelineItem(id:uint, virtualRange:TimeRange, localRange:TimeRange)
Default constructor.
TimelineItem
Property Detail
idproperty
id:uint  [read-only]

Returns the timeline id associated with this item.


Implementation
    public function get id():uint
localRangeproperty 
localRange:TimeRange  [read-only]

Returns the local timeline range associated with this item.


Implementation
    public function get localRange():TimeRange
temporaryproperty 
temporary:Boolean  [read-only]

Flag indicating if the timeline item is temporary or not.


Implementation
    public function get temporary():Boolean
virtualRangeproperty 
virtualRange:TimeRange  [read-only]

Returns the virtual timeline range associated with this item.


Implementation
    public function get virtualRange():TimeRange
watchedproperty 
watched:Boolean  [read-only]

Flag indicating if the timeline item was watched or not.


Implementation
    public function get watched():Boolean
Constructor Detail
TimelineItem()Constructor
public function TimelineItem(id:uint, virtualRange:TimeRange, localRange:TimeRange)

Default constructor.

Parameters
id:uint — The timeline identifier associated with this item.
 
virtualRange:TimeRange — The virtual timeline range associated with this item.
 
localRange:TimeRange — The local timeline range associated with this item. If the local range duration is greater than 0, then this item also has replaced some original content.