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  
major — Static Property, class com.adobe.mediacore.utils.Version
MAJOR_DRM_CODE — Constant Static Property, class com.adobe.mediacore.notifications.NotificationMetadataKeys
The key used for storing the error code returned by DRMManager.
MANIFEST_CUES — Constant Static Property, class com.adobe.mediacore.metadata.AdSignalingMode
This mode uses the cues in the manifest to identify ad opportunities.
MANIFEST_ERROR — Constant Static Property, class com.adobe.mediacore.notifications.NotificationCodes
Code for a error notification used to notify that an error related to manifest occured
max — Property, class com.adobe.mediacore.utils.Range
The maximum number in the range
maximumRetries — Property, interface com.adobe.mediacore.MediaPlayer
The maximum number of time to retry a download.
MediaError — class, package com.adobe.mediacore.notifications
Extends the Notification class and sets the type member only to ERROR value.
MediaError(code:uint, metadata:com.adobe.mediacore.metadata:Metadata, innerNotification:com.adobe.mediacore.notifications:Notification) — Constructor, class com.adobe.mediacore.notifications.MediaError
mediaId — Property, class com.adobe.mediacore.MediaPlayerItem
Media identifier.
MediaInfo — class, package com.adobe.mediacore.notifications
Extends the Notification class and sets the type member only to INFO value.
MediaInfo(code:uint, metadata:com.adobe.mediacore.metadata:Metadata, innerNotification:com.adobe.mediacore.notifications:Notification) — Constructor, class com.adobe.mediacore.notifications.MediaInfo
MediaPlayer — Interface, package com.adobe.mediacore
Media Player controller
mediaPlayerAdsChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the ads property of the media player changes.
MEDIA_PLAYER_ADS_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the ads property on the MediaPlayer has changed.
MediaPlayerConfig — class, package com.adobe.mediacore
Media player configuration class.
MediaPlayerConfig() — Constructor, class com.adobe.mediacore.MediaPlayerConfig
Default constructor.
mediaPlayerCurrentTimeChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the currentTime property is updated.
MEDIA_PLAYER_CURRENT_TIME_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the currentTime property on the MediaPlayer has changed
mediaPlayerDurationChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the duration property is updated.
MEDIA_PLAYER_DURATION_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the duration property on the MediaPlayer has changed
MediaPlayerEvent — class, package com.adobe.mediacore.events
Event dispatched by the MediaPlayer
MediaPlayerEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.adobe.mediacore.events.MediaPlayerEvent
Default constructor.
MediaPlayerItem — class, package com.adobe.mediacore
Media Player item is an abstract class to represent audio-video media.
MediaPlayerItem(resource:com.adobe.mediacore:MediaResource, mediaId:String, metadata:com.adobe.mediacore.metadata:Metadata) — Constructor, class com.adobe.mediacore.MediaPlayerItem
Constructor.
MediaPlayerItemEvent — class, package com.adobe.mediacore.events
Event dispatched by the MediaPlayerItem
MediaPlayerItemEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.adobe.mediacore.events.MediaPlayerItemEvent
Default constructor.
mediaPlayerItemReplace — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the MediaPlayerItem is replaced
MEDIA_PLAYER_ITEM_REPLACE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when a MediaPlayerItem is replaced
MediaPlayerItemType — class, package com.adobe.mediacore
The MediaPlayerItemType class enumerates public constants that describe the current type of the MediaPlayerItem.
mediaPlayerPlayComplete — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when playback has completed
MEDIA_PLAYER_PLAY_COMPLETE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the playback of the MediaPlayerItem is complete
mediaPlayerPlayStart — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when playback has started
MEDIA_PLAYER_PLAY_START — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the playback of the MediaPlayerItem has started
mediaPlayerRelativeTimeOffsetChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the relativeTimeOffset property is updated.
MEDIA_PLAYER_RELATIVE_TIME_OFFSET_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the relativeTimeOffset property on the MediaPlayer has changed
MediaPlayerStatus — class, package com.adobe.mediacore
Class providing strings constants to be used with MediaPlayer status property.
mediaPlayerStatusChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the status of the media player changes
MEDIA_PLAYER_STATUS_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerStatusChangeEvent
Type of the event dispatched by the MediaPlayer when its status changes
MediaPlayerStatusChangeEvent — class, package com.adobe.mediacore.events
Event dispatched by the MediaPlayer when its status changes
MediaPlayerStatusChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:String) — Constructor, class com.adobe.mediacore.events.MediaPlayerStatusChangeEvent
Constructor
mediaPlayerVideoRenderStart — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when playback has started and video is visible on screen
MEDIA_PLAYER_VIDEO_RENDER_START — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the playback of the MediaPlayerItem has started and video is visible on the screen
mediaPlayerViewIsUsingStageVideoChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the viewIsUsingStageVideo of the media player changes.
MEDIA_PLAYER_VIEW_IS_USING_STAGE_VIDEO_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the viewIsStageVideo property on the MediaPlayer has changed.
mediaPlayerViewVideoBoundsChange — Event, interface com.adobe.mediacore.MediaPlayer
Dispatched when the videoBounds of the media player changes.
MEDIA_PLAYER_VIEW_VIDEO_BOUNDS_CHANGE — Constant Static Property, class com.adobe.mediacore.events.MediaPlayerEvent
The type of the event dispatched when the videoBounds property on the MediaPlayer has changed.
MediaResource — final class, package com.adobe.mediacore
Class wrapping all information about a media resource.
MediaResource(url:String, type:String, metadata:com.adobe.mediacore.metadata:Metadata) — Constructor, class com.adobe.mediacore.MediaResource
Default constructor.
MediaResourceType — class, package com.adobe.mediacore
Class containing the supported media resources types.
MEDIA_TYPE — Constant Static Property, class com.adobe.mediacore.notifications.NotificationMetadataKeys
The key used for storing the type of media the event is referring to.
MEDIA_TYPE_DVR — Constant Static Property, class com.adobe.mediacore.MediaPlayerItemType
The type of the stream is DVR (Digital Video Recorder)
mediaTypeFrom(extension:String, defaultValue:String) — Static Method , class com.adobe.mediacore.MediaResourceType
Returns the associated media type from the provided extension or the default provided value if no match is found.
MEDIA_TYPE_LIVE — Constant Static Property, class com.adobe.mediacore.MediaPlayerItemType
The type of the stream is live
MEDIA_TYPE_NONE — Constant Static Property, class com.adobe.mediacore.MediaPlayerItemType
The type of the stream is unkown
MEDIA_TYPE_VOD — Constant Static Property, class com.adobe.mediacore.MediaPlayerItemType
The type of the stream is VoD (Video-on-Demand)
MediaWarning — class, package com.adobe.mediacore.notifications
Extends the Notification class and sets the type member only to WARNING value.
MediaWarning(code:uint, metadata:com.adobe.mediacore.metadata:Metadata, innerNotification:com.adobe.mediacore.notifications:Notification) — Constructor, class com.adobe.mediacore.notifications.MediaWarning
metadata — Property, class com.adobe.mediacore.MediaPlayerItem
Returns the configuration associated with this item.
metadata — Property, class com.adobe.mediacore.MediaResource
Resource custom information.
metadata — Property, class com.adobe.mediacore.notifications.Notification
Metadata containing relevant information about the notification.
Metadata — class, package com.adobe.mediacore.metadata
Metadata class encapsulates a related collection of metadata.
Metadata() — Constructor, class com.adobe.mediacore.metadata.Metadata
Default constructor.
MetadataEvent — class, package com.adobe.mediacore.events
A MetadataEvent is dispatched by a Metadata object when metadata values are added, removed, or changed.
MetadataEvent(type:String, bubbles:Boolean, cancelable:Boolean, key:String, value:any, oldValue:any) — Constructor, class com.adobe.mediacore.events.MetadataEvent
Constructor.
min — Property, class com.adobe.mediacore.utils.Range
The minimum number in the range
minor — Static Property, class com.adobe.mediacore.utils.Version
MINOR_DRM_CODE — Constant Static Property, class com.adobe.mediacore.notifications.NotificationMetadataKeys
The key used for storing the suberror code returned by DRMManager.
muted — Property, interface com.adobe.mediacore.MediaPlayer
Indicates if the audio is currently muted.
muted — Property, class com.adobe.mediacore.events.AudioChangeEvent
New muted value resulting from this change.
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