Package | com.adobe.mediacore.timeline.advertising.policy |
Class | public final class AdPolicy |
Inheritance | AdPolicy ![]() |
Constant | Defined By | ||
---|---|---|---|
PLAY : String = adPolicyPlay [static]
The playback will resume from the seeked position. | AdPolicy | ||
PLAY_FROM_AD_BEGIN : String = adPolicyPlayFromAdBegin [static]
The playback will resume from the beginning of the ad. | AdPolicy | ||
PLAY_FROM_AD_BREAK_BEGIN : String = adPolicyPlayFromAdBreakBegin [static]
The playback will resume from the beginning of the ad break.. | AdPolicy | ||
SKIP_TO_NEXT_AD_IN_AD_BREAK : String = adPolicySkipToNextAdInAdBreak [static]
The playback will resume from the beginning of the next ad in ad break. | AdPolicy |
PLAY | Constant |
public static const PLAY:String = adPolicyPlay
The playback will resume from the seeked position.
PLAY_FROM_AD_BEGIN | Constant |
public static const PLAY_FROM_AD_BEGIN:String = adPolicyPlayFromAdBegin
The playback will resume from the beginning of the ad.
PLAY_FROM_AD_BREAK_BEGIN | Constant |
public static const PLAY_FROM_AD_BREAK_BEGIN:String = adPolicyPlayFromAdBreakBegin
The playback will resume from the beginning of the ad break..
SKIP_TO_NEXT_AD_IN_AD_BREAK | Constant |
public static const SKIP_TO_NEXT_AD_IN_AD_BREAK:String = adPolicySkipToNextAdInAdBreak
The playback will resume from the beginning of the next ad in ad break.