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

Enumeration class exposing the supported signaling modes in PSDK.



Public Methods
 MethodDefined By
  
isModeSupported(mode:String):Boolean
[static] Checks if the specified mode is supported.
AdSignalingMode
Public Constants
 ConstantDefined By
  DEFAULT : String = default
[static] PSDK will choose the appropriate advertisement signaling mode based on the stream type.
AdSignalingMode
  MANIFEST_CUES : String = manifest cues
[static] PSDK will use the cues inserted in the manifest/playlist to search for possible advertisement locations.
AdSignalingMode
  SERVER_MAP : String = server map
[static] PSDK will go to the advertising server and receive from both the list of ads and their placement on the stream timeline.
AdSignalingMode
Method Detail
isModeSupported()method
public static function isModeSupported(mode:String):Boolean

Checks if the specified mode is supported.

Parameters

mode:String — Mode value to be checked.

Returns
Boolean — true if the mode is supported, false otherwise.
Constant Detail
DEFAULTConstant
public static const DEFAULT:String = default

PSDK will choose the appropriate advertisement signaling mode based on the stream type. For VoD streams will use SERVER_MAP and for live/linear stream will use MANIFEST_CUES.

MANIFEST_CUESConstant 
public static const MANIFEST_CUES:String = manifest cues

PSDK will use the cues inserted in the manifest/playlist to search for possible advertisement locations.

SERVER_MAPConstant 
public static const SERVER_MAP:String = server map

PSDK will go to the advertising server and receive from both the list of ads and their placement on the stream timeline.