Packagecom.adobe.mediacore.timeline
Classpublic class TimelineOperation
InheritanceTimelineOperation Inheritance Object
Subclasses AdBreakPlacement, AdBreakRemoval

Base class for all operations which affect the timeline.



Public Properties
 PropertyDefined By
  placement : Placement
Location where this operation will take place.
TimelineOperation
Public Methods
 MethodDefined By
  
Default constructor
TimelineOperation
Property Detail
placementproperty
placement:Placement

Location where this operation will take place.


Implementation
    public function get placement():Placement
    public function set placement(value:Placement):void
Constructor Detail
TimelineOperation()Constructor
public function TimelineOperation(placement:Placement)

Default constructor

Parameters
placement:Placement — the location where this operation will take place.