| Package | com.adobe.mediacore.metadata |
| Class | public class AdSignalingMode |
| Inheritance | AdSignalingMode Object |
| Method | Defined By | ||
|---|---|---|---|
isModeSupported(mode:String):Boolean [static]
Checks if the specified mode is supported. | AdSignalingMode | ||
| Constant | Defined 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 | ||
| isModeSupported | () | method |
public static function isModeSupported(mode:String):BooleanChecks if the specified mode is supported.
Parameters
mode:String — Mode value to be checked.
|
Boolean — true if the mode is supported, false otherwise.
|
| DEFAULT | Constant |
public static const DEFAULT:String = defaultPSDK 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_CUES | Constant |
public static const MANIFEST_CUES:String = manifest cuesPSDK will use the cues inserted in the manifest/playlist to search for possible advertisement locations.
| SERVER_MAP | Constant |
public static const SERVER_MAP:String = server mapPSDK will go to the advertising server and receive from both the list of ads and their placement on the stream timeline.