Package | com.adobe.mediacore.timeline.advertising.policy |
Class | public final class AdBreakPolicy |
Inheritance | AdBreakPolicy ![]() |
Constant | Defined 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 |
PLAY | Constant |
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.
REMOVE | Constant |
public static const REMOVE:String = adBreakRemove
The ad break is removed.
REMOVE_AFTER_PLAY | Constant |
public static const REMOVE_AFTER_PLAY:String = adBreakRemoveAfterPlay
The ad break is removed after playback.
SKIP | Constant |
public static const SKIP:String = adBreakPolicySkip
The ad break will be skipped. The ad break will remain on the timeline.