Packagecom.adobe.mediacore.timeline.advertising.policy
Classpublic final class AdBreakPolicy
InheritanceAdBreakPolicy Inheritance Object

Enumeration class for possible AdBreakPolicy values.



Public Constants
 ConstantDefined By
  PLAY : String = adBreakPolicyPlay
[static] The ad break will be played normal.
AdBreakPolicy
  REMOVE : String = adBreakRemove
[static] The ad break is removed.
AdBreakPolicy
  REMOVE_AFTER_PLAY : String = adBreakRemoveAfterPlay
[static] The ad break is removed after playback.
AdBreakPolicy
  SKIP : String = adBreakPolicySkip
[static] The ad break will be skipped.
AdBreakPolicy
Constant Detail
PLAYConstant
public static const PLAY:String = adBreakPolicyPlay

The ad break will be played normal. Once the playback is completed, the ad break will remain on the timeline.

REMOVEConstant 
public static const REMOVE:String = adBreakRemove

The ad break is removed.

REMOVE_AFTER_PLAYConstant 
public static const REMOVE_AFTER_PLAY:String = adBreakRemoveAfterPlay

The ad break is removed after playback.

SKIPConstant 
public static const SKIP:String = adBreakPolicySkip

The ad break will be skipped. The ad break will remain on the timeline.