Packagecom.adobe.mediacore.timeline.operations
Classpublic class AdBreakPlacement
InheritanceAdBreakPlacement Inheritance TimelineOperation Inheritance Object

Add break placement operation. This operation indicates that an ad break will be placed on the timeline at desired location.



Public Properties
 PropertyDefined By
  adBreak : AdBreak
[read-only] Associated ad break which will be placed on the timeline.
AdBreakPlacement
 Inheritedplacement : Placement
[read-only] Location where this operation will take place.
TimelineOperation
Public Methods
 MethodDefined By
  
AdBreakPlacement(placement:Placement, adBreak:AdBreak)
Default constructor.
AdBreakPlacement
Property Detail
adBreakproperty
adBreak:AdBreak  [read-only]

Associated ad break which will be placed on the timeline.


Implementation
    public function get adBreak():AdBreak
Constructor Detail
AdBreakPlacement()Constructor
public function AdBreakPlacement(placement:Placement, adBreak:AdBreak)

Default constructor.

Parameters
placement:Placement — the timeline placement where the operation will take place.
 
adBreak:AdBreak — ad break which will be placed on the timeline.