| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| PARAMETERS — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
| parseNumber(value:String, defaultValue:Number) — Static Method , class com.adobe.mediacore.utils.NumberUtils |
|
Returns the long value extracted from the provided string. |
| pause() — method, class com.adobe.mediacore.DefaultMediaPlayer |
|
Pauses the playback of the current media item. |
| pause() — method, interface com.adobe.mediacore.MediaPlayer |
|
Pauses the playback of the current media item. |
| PAUSED — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
|
The playback was paused. |
| PAUSE_ERROR — Constant Static Property, class com.adobe.mediacore.notifications.NotificationCode |
|
Pausing the current resource has failed. |
| placement — Property, class com.adobe.mediacore.events.OpportunityHandledEvent |
|
The opportunity placement associated with this event. |
| placement — Property, class com.adobe.mediacore.events.VideoEngineTimelineEvent |
|
The ad break successfully placement associated with this event. |
| placement — Property, class com.adobe.mediacore.timeline.Opportunity |
|
Opportunity placement on the timeline. |
| placement — Property, class com.adobe.mediacore.timeline.TimelineOperation |
|
Location where this operation will take place. |
| Placement — final class, package com.adobe.mediacore.timeline |
|
Class which wraps information related to timeline placement. |
| Placement(type:String, time:Number, duration:Number) — Constructor, class com.adobe.mediacore.timeline.Placement |
|
Default constructor. |
| PLACEMENT_FAILED — Constant Static Property, class com.adobe.mediacore.events.ContentErrorEvent |
| |
| PlacementTest — class, package com.adobe.mediacore.timeline |
| |
| PlacementType — final class, package com.adobe.mediacore.timeline |
|
Enumeration of placement types. |
| play() — method, class com.adobe.mediacore.DefaultMediaPlayer |
|
Initiates or resumes the playback of the current media item. |
| play() — method, interface com.adobe.mediacore.MediaPlayer |
|
Initiates or resumes the playback of the current media item. |
| playbackBufferTime — Property, class com.adobe.mediacore.BufferControlParameters |
|
Playback buffer time expressed in milliseconds. |
| PLAYBACK_ERROR — Constant Static Property, class com.adobe.mediacore.notifications.NotificationCode |
|
Playing the current resource has failed. |
| playbackInformation — Property, class com.adobe.mediacore.qos.metrics.QOSProvider |
| |
| PlaybackInformation — class, package com.adobe.mediacore.qos.metrics |
| |
| PlaybackInformation(timeToFirstByte:Number, timeToLoad:Number, timeToStart:Number, timeToFail:Number, secondsPlayed:Number, secondsSpent:Number, frameRate:Number, droppedFrameCount:Number, bitrate:Number, bufferTime:Number, bufferLength:Number, emptyBufferCount:Number, bufferingTime:Number) — Constructor, class com.adobe.mediacore.qos.metrics.PlaybackInformation |
| |
| PlaybackLoadMetrics — class, package com.adobe.mediacore.qos.metrics |
| |
| PlaybackLoadMetrics() — Constructor, class com.adobe.mediacore.qos.metrics.PlaybackLoadMetrics |
| |
| playbackMetrics — Property, class com.adobe.mediacore.DefaultMediaPlayer |
| |
| playbackMetrics — Property, interface com.adobe.mediacore.MediaPlayer |
| |
| PlaybackMetrics — class, package com.adobe.mediacore.qos.metrics |
| |
| PlaybackMetrics() — Constructor, class com.adobe.mediacore.qos.metrics.PlaybackMetrics |
|
Default constructor. |
| playbackRange — Property, class com.adobe.mediacore.DefaultMediaPlayer |
|
Returns the playback range
|
| playbackRange — Property, interface com.adobe.mediacore.MediaPlayer |
|
Returns the playback range
|
| _playbackRange — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics |
| |
| playbackRange — Property, class com.adobe.mediacore.qos.metrics.PlaybackMetrics |
| |
| PlaybackSessionMetrics — class, package com.adobe.mediacore.qos.metrics |
| |
| PlaybackSessionMetrics() — Constructor, class com.adobe.mediacore.qos.metrics.PlaybackSessionMetrics |
| |
| player — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Provides the media player currently associated with this player. |
| PLAYING — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
|
The playback is currently in progress. |
| policy — Property, class com.adobe.mediacore.ABRControlParameters |
|
The value of the initial bit-rate control parameter. |
| POST_ROLL — Constant Static Property, class com.adobe.mediacore.timeline.PlacementType |
|
Placement is made at the end of the timeline. |
| prefetchDeadline() — method, class com.adobe.mediacore.info.DRMMetadataInfo |
| |
| PREPARED — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
|
The media player item was loaded successfully and the player can start buffering
data. |
| prepareToPlay(... rest) — method, class com.adobe.mediacore.DefaultMediaPlayer |
|
Prepares to play the current selected item. |
| prepareToPlay(... rest) — method, interface com.adobe.mediacore.MediaPlayer |
|
Prepares to play the current selected item. |
| PREPARING — Constant Static Property, class com.adobe.mediacore.MediaPlayerStatus |
|
The media player is loading the media player item and any associated resources. |
| PRE_ROLL — Constant Static Property, class com.adobe.mediacore.timeline.PlacementType |
|
Placement is made at the beginning of the timeline. |
| primaryAsset — Property, class com.adobe.mediacore.timeline.advertising.Ad |
|
Primary asset of the ad. |
| process(timedMetadata:com.adobe.mediacore.metadata:TimedMetadata) — method, interface com.adobe.mediacore.timeline.detectors.OpportunityDetector |
|
Callback invoked by the PSDK for every new timed metadata
detected in stream. |
| process(timedMetadata:com.adobe.mediacore.metadata:TimedMetadata) — method, class com.adobe.mediacore.timeline.detectors.SCTE35OpportunityDetector |
|
Callback invoked by the PSDK for every new timed metadata
detected in stream. |
| process(timedMetadata:com.adobe.mediacore.metadata:TimedMetadata) — method, class com.adobe.mediacore.timeline.detectors.SpliceOutOpportunityDetector |
|
Callback invoked by the PSDK for every new timed metadata
detected in stream. |
| profile — Property, class com.adobe.mediacore.events.ProfileEvent |
|
The current profile being played by the media player. |
| Profile — class, package com.adobe.mediacore.info |
|
Class exposing profile information. |
| Profile(bitrate:uint, width:uint, height:uint) — Constructor, class com.adobe.mediacore.info.Profile |
|
Default constructor. |
| PROFILE_CHANGED — Constant Static Property, class com.adobe.mediacore.events.ProfileEvent |
|
Event dispatched when the media player change its current profile. |
| ProfileEvent — final class, package com.adobe.mediacore.events |
|
Event dispatched by the media player when its adaptive bit rate switching
algorithm has decided to switch to another profile due network or machine
conditions. |
| ProfileEvent(type:String, bubbles:Boolean, cancelable:Boolean, profile:int, time:Number) — Constructor, class com.adobe.mediacore.events.ProfileEvent |
|
Default constructor. |
| profiles — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Provides the list of currently available bit-rates profiles for the current playback window. |
| progress — Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
The progress made in the ad. |
| PROPORTIONAL_WITHOUT_SERIFS — Constant Static Property, class com.adobe.mediacore.textformat.Font |
| |
| PROPORTIONAL_WITH_SERIFS — Constant Static Property, class com.adobe.mediacore.textformat.Font |
| |
| proposal — Property, class com.adobe.mediacore.events.VideoEngineTimelineEvent |
|
The ad break proposal associated with this event. |
| proposals — Property, class com.adobe.mediacore.events.ContentResolverEvent |
|
The list of timeline operations, if the resolving was successfully completed. |
| publisher — Property, class com.adobe.mediacore.videoanalytics.VideoAnalyticsConfigParameters |
|
Getter method: returns the value of the video-heartbeat publisher config. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |