Packagecom.adobe.mediacore.timeline.operations
Classpublic final class NopTimelineOperation
InheritanceNopTimelineOperation Inheritance TimelineOperation Inheritance Object

Class indicating a NOP operation on the timeline. Sometimes a content resolver can indicate to a client that no ad break placement or no ad break replacement needs to happen at the specified placement information. We use this class to distinguish between this scenario and the one when an error occurs during resolving or placement and no timeline modification happened.



Public Properties
 PropertyDefined By
 Inheritedplacement : Placement
[read-only] Location where this operation will take place.
TimelineOperation
Public Methods
 MethodDefined By
  
Default constructor
NopTimelineOperation
  
[static] Helper factory method.
NopTimelineOperation
Constructor Detail
NopTimelineOperation()Constructor
public function NopTimelineOperation(placement:Placement)

Default constructor

Parameters
placement:Placement — the location where this operation will take place.
Method Detail
create()method
public static function create(placement:Placement):NopTimelineOperation

Helper factory method.

Parameters

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

Returns
NopTimelineOperation — a valid NopTimelineOperation instance.