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 |
abrControlParameters — Property, class com.adobe.mediacore.DefaultMediaPlayer |
|
Media player parameters that control the playback of MBR content. |
abrControlParameters — Property, interface com.adobe.mediacore.MediaPlayer |
|
Media player parameters that control the playback of MBR content. |
ABRControlParameters — final class, package com.adobe.mediacore |
|
Encapsulates all ABR control parameters. |
ABRControlParameters(policy:String, initialBitRate:int, minBitRate:int, maxBitRate:int) — Constructor, class com.adobe.mediacore.ABRControlParameters |
|
Constructor method. |
ABRControlParametersBuilder — final class, package com.adobe.mediacore |
|
Helper class used for creating valid ABRControlParameters instances. |
ABRControlParametersBuilder() — Constructor, class com.adobe.mediacore.ABRControlParametersBuilder |
|
Default constructor. |
activity — Property, class com.adobe.mediacore.info.ClosedCaptionsTrack |
|
Getter method: Indicate whether there is activity in the track
|
actualPosition — Property, class com.adobe.mediacore.events.SeekEvent |
|
The actual position for the seek operation. |
ad — Property, class com.adobe.mediacore.events.AdClickEvent |
|
The associated ad. |
ad — Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
The ad
|
ad — Property, class com.adobe.mediacore.timeline.advertising.AdTimelineItem |
|
The ad associated with this item. |
Ad — final class, package com.adobe.mediacore.timeline.advertising |
|
Class holding all ad related information. |
Ad(id:String, type:String, duration:uint, primaryAsset:com.adobe.mediacore.timeline.advertising:AdAsset, companionAssets:Vector$com.adobe.mediacore.timeline.advertising:AdAsset, tracker:com.adobe.mediacore.timeline:ContentTracker) — Constructor, class com.adobe.mediacore.timeline.advertising.Ad |
|
Default constructor. |
AdAsset — class, package com.adobe.mediacore.timeline.advertising |
|
Represents an ad asset. |
AdAsset(id:String, duration:Number, resource:com.adobe.mediacore:MediaResource, adClick:com.adobe.mediacore.timeline.advertising:AdClick, metadata:com.adobe.mediacore.metadata:Metadata) — Constructor, class com.adobe.mediacore.timeline.advertising.AdAsset |
| |
AdBannerAsset — class, package com.adobe.mediacore.timeline.advertising |
| |
AdBannerAsset(id:String, duration:Number, resource:com.adobe.mediacore:MediaResource, resourceType:String, width:int, height:int, staticUrl:String, adClick:com.adobe.mediacore.timeline.advertising:AdClick, metadata:com.adobe.mediacore.metadata:Metadata) — Constructor, class com.adobe.mediacore.timeline.advertising.AdBannerAsset |
|
AdBannerAsset constructor
|
adBreak — Property, class com.adobe.mediacore.events.AdBreakPlaybackEvent |
|
The associated ad break information. |
adBreak — Property, class com.adobe.mediacore.events.AdClickEvent |
|
The associated ad break. |
adBreak — Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
The ad
|
adBreak — Property, class com.adobe.mediacore.timeline.advertising.AdBreakTimelineItem |
|
Returns the ad break items associated with this item. |
adBreak — Property, class com.adobe.mediacore.timeline.advertising.AdTimelineItem |
|
The ad break containing the ad associated with this item. |
adBreak — Property, class com.adobe.mediacore.timeline.operations.AdBreakPlacement |
|
Associated ad break which will be placed on the timeline. |
AdBreak — final class, package com.adobe.mediacore.timeline.advertising |
|
Represents a group of ads. |
AdBreak(ads:Vector$com.adobe.mediacore.timeline.advertising:Ad, tracker:com.adobe.mediacore.timeline:ContentTracker, type:String) — Constructor, class com.adobe.mediacore.timeline.advertising.AdBreak |
|
Default constructor. |
adBreakAsWatched — Property, class com.adobe.mediacore.metadata.AdvertisingMetadata |
|
Sets the ad break watched policy. |
AD_BREAK_AS_WATCHED_POLICY — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
adBreakCompleted — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when an ad break completes. |
AD_BREAK_COMPLETED — Constant Static Property, class com.adobe.mediacore.events.AdBreakPlaybackEvent |
|
Event dispatched when an ad break completes. |
AdBreakPlacement — class, package com.adobe.mediacore.timeline.operations |
|
Add break placement operation. |
AdBreakPlacement(placement:com.adobe.mediacore.timeline:Placement, adBreak:com.adobe.mediacore.timeline.advertising:AdBreak) — Constructor, class com.adobe.mediacore.timeline.operations.AdBreakPlacement |
|
Default constructor. |
AdBreakPlaybackEvent — class, package com.adobe.mediacore.events |
|
Event dispatched by media player whenever an ad break starts or completes. |
AdBreakPlaybackEvent(type:String, bubbles:Boolean, cancelable:Boolean, adBreak:com.adobe.mediacore.timeline.advertising:AdBreak) — Constructor, class com.adobe.mediacore.events.AdBreakPlaybackEvent |
|
Default constructor. |
AdBreakPolicy — final class, package com.adobe.mediacore.timeline.advertising.policy |
|
Enumeration class for possible AdBreakPolicy values. |
adBreakSkipped — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when an ad break is skipped. |
AD_BREAK_SKIPPED — Constant Static Property, class com.adobe.mediacore.events.AdBreakPlaybackEvent |
|
Event dispatched when an ad break is skipped during playback. |
adBreakStart — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when an ad break starts. |
AD_BREAK_STARTED — Constant Static Property, class com.adobe.mediacore.events.AdBreakPlaybackEvent |
|
Event dispatched when an ad break starts. |
AdBreakTimelineItem — class, package com.adobe.mediacore.timeline.advertising |
|
Timeline item associated with the specific ad break. |
AdBreakTimelineItem(id:uint, items:Vector$com.adobe.mediacore.timeline.advertising:AdTimelineItem) — Constructor, class com.adobe.mediacore.timeline.advertising.AdBreakTimelineItem |
|
Default constructor. |
adBreakTimelineItems — Property, class com.adobe.mediacore.timeline.advertising.policy.AdPolicyInfo |
| |
AdBreakWatchedPolicy — final class, package com.adobe.mediacore.timeline.advertising.policy |
|
Enumeration class for possible AdBreakWatched policies. |
adClick — Property, class com.adobe.mediacore.events.AdClickEvent |
|
Ad click through information associated with the asset clicked. |
adClick — Property, class com.adobe.mediacore.timeline.advertising.AdAsset |
| |
AdClick — class, package com.adobe.mediacore.timeline.advertising |
|
Class holding click through information for content. |
AdClick(id:String, title:String, url:String) — Constructor, class com.adobe.mediacore.timeline.advertising.AdClick |
|
Default constructor. |
AD_CLICK — Constant Static Property, class com.adobe.mediacore.events.AdClickEvent |
|
Dispatched when the ad is clicked during playback. |
AdClickEvent — class, package com.adobe.mediacore.events |
| |
AdClickEvent(type:String, bubbles:Boolean, cancelable:Boolean, adBreak:com.adobe.mediacore.timeline.advertising:AdBreak, ad:com.adobe.mediacore.timeline.advertising:Ad, adClick:com.adobe.mediacore.timeline.advertising:AdClick) — Constructor, class com.adobe.mediacore.events.AdClickEvent |
|
Default constructor. |
adCompleted — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when an ad completes. |
AD_COMPLETED — Constant Static Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
Dispatched when the ad playback is completed. |
addMarker(timeMapping:com.adobe.mediacore:VideoEngineTimelineMapping, contentId:int, duration:Number) — method, class com.adobe.mediacore.VideoEngineContentMarkerCache |
| |
addTimeRange(t:com.adobe.mediacore.utils:TimeRange) — method, class com.adobe.mediacore.utils.TimeRangeCollection |
| |
adjustRate(rate:Number, playbackRates:Vector$Number) — Static Method , class com.adobe.mediacore.info.DefaultPlaybackRates |
|
Find the nearest playback rate from the available rates to the specified rate. |
AdPlaybackEvent — class, package com.adobe.mediacore.events |
|
Event dispatched when the player plays an ad. |
AdPlaybackEvent(type:String, bubbles:Boolean, cancelable:Boolean, adBreak:com.adobe.mediacore.timeline.advertising:AdBreak, ad:com.adobe.mediacore.timeline.advertising:Ad, progress:Number, time:Number, rate:Number) — Constructor, class com.adobe.mediacore.events.AdPlaybackEvent |
|
Default constructor. |
AdPolicy — final class, package com.adobe.mediacore.timeline.advertising.policy |
|
Enumeration class for possible AdPolicy values. |
AdPolicyInfo — class, package com.adobe.mediacore.timeline.advertising.policy |
| |
AdPolicyInfo(adBreakTimelineItems:Vector$com.adobe.mediacore.timeline.advertising:AdBreakTimelineItem, seekIntoAd:com.adobe.mediacore.timeline.advertising:AdTimelineItem, currentTime:Number, desiredSeekPosition:Number, rate:Number, mode:String) — Constructor, class com.adobe.mediacore.timeline.advertising.policy.AdPolicyInfo |
| |
AdPolicyMode — final class, package com.adobe.mediacore.timeline.advertising.policy |
|
Enumeration class for possible AdBreak policies. |
AdPolicySelector — Interface, package com.adobe.mediacore.timeline.advertising.policy |
| |
adProgress — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when playback progresses while playing an ad. |
AD_PROGRESS — Constant Static Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
Dispatched during ad playback to report the playback progress. |
ads — Property, class com.adobe.mediacore.timeline.advertising.AdBreak |
|
The ads contained in this ad break. |
AD_SEEK — Constant Static Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
Dispatched when a seek occurs across ad boundaries or within an ad. |
adSignalingMode — Property, class com.adobe.mediacore.metadata.AdvertisingMetadata |
|
Sets the signaling metadata used when processing media streams. |
adSignalingMode — Property, class com.adobe.mediacore.timeline.generators.OpportunityGenerator |
|
Returns the ad signaling mode associated with this generator. |
AdSignalingMode — class, package com.adobe.mediacore.metadata |
|
Enumeration class exposing the supported signaling modes in PSDK. |
AD_SIGNALING_MODE — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
AdSignalingModeOpportunityGenerator — final class, package com.adobe.mediacore.timeline.generators |
|
Class which creates an initial opportunity for the specified advertising
signaling mode. |
AdSignalingModeOpportunityGenerator() — Constructor, class com.adobe.mediacore.timeline.generators.AdSignalingModeOpportunityGenerator |
|
Default constructor. |
adStart — Event, interface com.adobe.mediacore.MediaPlayer |
|
Event dispatched when an ad starts. |
AD_STARTED — Constant Static Property, class com.adobe.mediacore.events.AdPlaybackEvent |
|
Dispatched when the ad has started. |
adTags — Property, class com.adobe.mediacore.MediaPlayerItemConfig |
|
Returns the tags which are considered for generating
advertising opportunities. |
adTags — Static Property, class com.adobe.mediacore.PSDKConfig |
|
Returns the tags which are considered for generating
advertisement opportunities. |
AdTimelineItem — class, package com.adobe.mediacore.timeline.advertising |
|
Timeline item associated with a specific ad. |
AdTimelineItem(id:uint, virtualRange:com.adobe.mediacore.utils:TimeRange, localRange:com.adobe.mediacore.utils:TimeRange, adBreak:com.adobe.mediacore.timeline.advertising:AdBreak, ad:com.adobe.mediacore.timeline.advertising:Ad) — Constructor, class com.adobe.mediacore.timeline.advertising.AdTimelineItem |
|
Default constructor. |
AdType — final class, package com.adobe.mediacore.timeline.advertising |
|
Enumeration of all ad types supported by PSDK. |
advertisingFactory — Property, class com.adobe.mediacore.MediaPlayerItemConfig |
|
Current content factory used for advertising workflow. |
advertisingFactory — Static Property, class com.adobe.mediacore.PSDKConfig |
|
Current content factory used for advertising workflow. |
AdvertisingMetadata — class, package com.adobe.mediacore.metadata |
| |
AdvertisingMetadata() — Constructor, class com.adobe.mediacore.metadata.AdvertisingMetadata |
|
Default constructor. |
ADVERTISING_METADATA — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
AGGRESSIVE_POLICY — Constant Static Property, class com.adobe.mediacore.ABRControlParameters |
|
Aggressive policy for ABR switching logic. |
apiVersion — Static Property, class com.adobe.mediacore.Version |
|
Retrieve the current version of PSDK API. |
archiveIsAllowed — Property, class com.adobe.mediacore.utils.scte35.descriptors.SegmentationDescriptor |
|
Flag indicating if there are no restrictions with respect to archiving
of this segment. |
ASCENDING_SORT_FUNCTION — Constant Static Property, class com.adobe.mediacore.metadata.TimedMetadata |
|
Sort function which can be used by any timed metadata collection
which want to sort its content in ascending order. |
attachMediaPlayer(player:com.adobe.mediacore:MediaPlayer) — method, class com.adobe.mediacore.qos.QOSProvider |
| |
attachMediaPlayer(mediaPlayer:com.adobe.mediacore:MediaPlayer, playerName:String) — method, class com.adobe.mediacore.videoanalytics.VideoAnalyticsProvider |
|
Attaches a media player to the video analytics provider. |
AudioTrack — class, package com.adobe.mediacore.info |
|
Class that defines the AudioTrack abstraction. |
AudioTrack(name:String, language:String, isDefault:Boolean, isAutoSelect:Boolean, isForced:Boolean, pid:int) — Constructor, class com.adobe.mediacore.info.AudioTrack |
|
Constructor method. |
audioTracks — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Provides the list of currently available audio tracks. |
AUDIO_UPDATED — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerItemEvent |
|
Event dispatched when a media player item is updated. |
AuditudeAdResolver — final class, package com.adobe.mediacore.timeline.advertising |
| |
AUDITUDE_METADATA_KEY — Constant Static Property, class com.adobe.mediacore.metadata.DefaultMetadataKeys |
| |
AuditudeResolver — class, package com.adobe.mediacore.timeline.advertising |
|
Default content resolver for communicating with the Auditude services. |
AuditudeResolver() — Constructor, class com.adobe.mediacore.timeline.advertising.AuditudeResolver |
|
Default constructor. |
AuditudeSettings — class, package com.adobe.mediacore.metadata |
|
Public class which support ad information provided by the Auditude
ad-resolving WEB service. |
authorizedFeatures — Property, class com.adobe.mediacore.MediaPlayerContext |
|
The associated authorized features associated with this context. |
authorizedFeatures — Property, class com.adobe.mediacore.utils.AuthorizedFeaturesHelper |
|
Returns the loaded authorized features set. |
AuthorizedFeaturesHelper — class, package com.adobe.mediacore.utils |
|
Helper class used for loading and obtaining the AuthorizeFeature set
using an externally stored token. |
AuthorizedFeaturesHelper() — Constructor, class com.adobe.mediacore.utils.AuthorizedFeaturesHelper |
|
Default constructor. |
autoReturn — Property, class com.adobe.mediacore.utils.scte35.data.BreakDuration |
|
Flag which denotes that the duration shall be used by the splicing device to know when
the return to the network feed (end of break) is to take place. |
availablePlaybackRates — Property, interface com.adobe.mediacore.MediaPlayerItem |
|
Provides the list of available playback rates in the context of the "trick-play" feature. |
AvailDescriptor — final class, package com.adobe.mediacore.utils.scte35.descriptors |
|
An optional extension to the SpliceInsert command that allows
an authorization identifier to be sent for a specific avail. |
AvailDescriptor(identifier:Number, providerAvailIdentifier:Number) — Constructor, class com.adobe.mediacore.utils.scte35.descriptors.AvailDescriptor |
|
Default constructor. |
AVAIL_DESCRIPTOR — Constant Static Property, class com.adobe.mediacore.utils.scte35.descriptors.SpliceDescriptorType |
|
An optional extension to the SpliceInsert command that allows
an authorization identifier to be sent for a specific avail. |
availExpected — Property, class com.adobe.mediacore.utils.scte35.data.SpliceCommandData |
|
This field provides a count of the expected number of individual avails within the
current viewing event. |
availNum — Property, class com.adobe.mediacore.utils.scte35.data.SpliceCommandData |
|
This field provides an identification for a specific avail within the program. |
|
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 |