Package | com.adobe.mediacore.timeline.operations |
Class | public class TimelineOperation |
Inheritance | TimelineOperation ![]() |
Subclasses | AdBreakPlacement, NopTimelineOperation |
Property | Defined By | ||
---|---|---|---|
placement : Placement [read-only]
Location where this operation will take place. | TimelineOperation |
Method | Defined By | ||
---|---|---|---|
TimelineOperation(placement:Placement)
Default constructor
| TimelineOperation |
placement | property |
placement:Placement
[read-only] Location where this operation will take place.
public function get placement():Placement
TimelineOperation | () | Constructor |
public function TimelineOperation(placement:Placement)
Default constructor
Parametersplacement:Placement — the location where this operation will take place.
|