| Package | com.adobe.mediacore.timeline |
| Class | public class TimelineOperation |
| Inheritance | TimelineOperation Object |
| Subclasses | AdBreakPlacement, AdBreakRemoval |
| Property | Defined By | ||
|---|---|---|---|
| placement : Placement
Location where this operation will take place. | TimelineOperation | ||
| Method | Defined By | ||
|---|---|---|---|
TimelineOperation(placement:Placement)
Default constructor
| TimelineOperation | ||
| placement | property |
placement:PlacementLocation where this operation will take place.
public function get placement():Placement public function set placement(value:Placement):void| TimelineOperation | () | Constructor |
public function TimelineOperation(placement:Placement)Default constructor
Parametersplacement:Placement — the location where this operation will take place.
|