Package | com.adobe.mediacore.timeline |
Class | public class TimelineItem |
Inheritance | TimelineItem ![]() |
Subclasses | AdBreakTimelineItem, AdTimelineItem |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Default constructor. | TimelineItem |
id | property |
id:uint
[read-only] Returns the timeline id associated with this item.
public function get id():uint
localRange | property |
localRange:TimeRange
[read-only] Returns the local timeline range associated with this item.
public function get localRange():TimeRange
temporary | property |
temporary:Boolean
[read-only] Flag indicating if the timeline item is temporary or not.
public function get temporary():Boolean
virtualRange | property |
virtualRange:TimeRange
[read-only] Returns the virtual timeline range associated with this item.
public function get virtualRange():TimeRange
watched | property |
watched:Boolean
[read-only] Flag indicating if the timeline item was watched or not.
public function get watched():Boolean
TimelineItem | () | Constructor |
public function TimelineItem(id:uint, virtualRange:TimeRange, localRange:TimeRange)
Default constructor.
Parametersid: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.
|