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

Base class for all operations which affect the timeline.



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

Location where this operation will take place.


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

Default constructor

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