Packagecom.adobe.mediacore.timeline.advertising.policy
Classpublic final class AdPolicy
InheritanceAdPolicy Inheritance Object

Enumeration class for possible AdPolicy values.



Public Constants
 ConstantDefined 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
Constant Detail
PLAYConstant
public static const PLAY:String = adPolicyPlay

The playback will resume from the seeked position.

PLAY_FROM_AD_BEGINConstant 
public static const PLAY_FROM_AD_BEGIN:String = adPolicyPlayFromAdBegin

The playback will resume from the beginning of the ad.

PLAY_FROM_AD_BREAK_BEGINConstant 
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_BREAKConstant 
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.