Packagecom.adobe.mediacore.metadata
Classpublic class AdSignalingMode
InheritanceAdSignalingMode Inheritance Object

Class containing the supported Ad Signaling Modes



Public Constants
 ConstantDefined By
  DEFAULT : String = default
[static] The default behavior.
AdSignalingMode
  MANIFEST_CUES : String = manifestCues
[static] This mode uses the cues in the manifest to identify ad opportunities.
AdSignalingMode
  SERVER_MAP : String = serverMap
[static] This mode relies on a server ad map of the ad opportunities.
AdSignalingMode
Constant Detail
DEFAULTConstant
public static const DEFAULT:String = default

The default behavior. PSDK will pick the ad signaling mode as follows:

MANIFEST_CUESConstant 
public static const MANIFEST_CUES:String = manifestCues

This mode uses the cues in the manifest to identify ad opportunities.

SERVER_MAPConstant 
public static const SERVER_MAP:String = serverMap

This mode relies on a server ad map of the ad opportunities. The cues in the manifest are ignored if this mode is selected.