Packagecom.adobe.mediacore.timeline.advertising
Classpublic final class AdBreakRemoval
InheritanceAdBreakRemoval Inheritance TimelineOperation Inheritance Object

Remove ad break operation. This operation indicates that an ad break will be removed from the timeline.



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

Associated ad break which will be removed from the timeline.


Implementation
    public function get adBreak():AdBreak
Constructor Detail
AdBreakRemoval()Constructor
public function AdBreakRemoval(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 deleted from the timeline.