| Package | com.adobe.mediacore.timeline.advertising.policy |
| Class | public final class AdBreakPolicy |
| Inheritance | AdBreakPolicy Object |
| 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 = adBreakPolicyPlayThe 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 = adBreakRemoveThe ad break is removed.
| REMOVE_AFTER_PLAY | Constant |
public static const REMOVE_AFTER_PLAY:String = adBreakRemoveAfterPlayThe ad break is removed after playback.
| SKIP | Constant |
public static const SKIP:String = adBreakPolicySkipThe ad break will be skipped. The ad break will remain on the timeline.