Package | com.adobe.mediacore.events |
Class | public class MediaPlayerItemEvent |
Inheritance | MediaPlayerItemEvent ![]() |
Method | Defined By | ||
---|---|---|---|
MediaPlayerItemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor. | MediaPlayerItemEvent | ||
clone():Event [override]
| MediaPlayerItemEvent |
Constant | Defined By | ||
---|---|---|---|
ITEM_DURATION_CHANGE : String = itemDurationChange [static]
Type of the event dispatched when the duration property
on the MediaPlayerItem has changed
| MediaPlayerItemEvent | ||
ITEM_IS_PROTECTED_CHANGE : String = itemIsProtectedChange [static]
Type of the event dispatched when the isProtected property
on the MediaPlayerItem has changed
| MediaPlayerItemEvent | ||
ITEM_TRACKS_AVAILABLE : String = itemTracksAvailable [static]
Type of the event dispatched when alternate audio tracks are available. | MediaPlayerItemEvent | ||
ITEM_VIDEO_RENDITIONS_AVAILABLE : String = itemVideoRenditionsAvailable [static]
Type of the event dispatched when an the video renditions are available. | MediaPlayerItemEvent | ||
ITEM_VIDEO_SIZE_CHANGE : String = itemVideoSizeChange [static]
Type of the event dispatched when the videoSize property
on the MediaPlayerItem has changed
| MediaPlayerItemEvent |
MediaPlayerItemEvent | () | Constructor |
public function MediaPlayerItemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor.
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
Returns
Event |
ITEM_DURATION_CHANGE | Constant |
public static const ITEM_DURATION_CHANGE:String = itemDurationChange
Type of the event dispatched when the duration property on the MediaPlayerItem has changed
ITEM_IS_PROTECTED_CHANGE | Constant |
public static const ITEM_IS_PROTECTED_CHANGE:String = itemIsProtectedChange
Type of the event dispatched when the isProtected property on the MediaPlayerItem has changed
ITEM_TRACKS_AVAILABLE | Constant |
public static const ITEM_TRACKS_AVAILABLE:String = itemTracksAvailable
Type of the event dispatched when alternate audio tracks are available.
ITEM_VIDEO_RENDITIONS_AVAILABLE | Constant |
public static const ITEM_VIDEO_RENDITIONS_AVAILABLE:String = itemVideoRenditionsAvailable
Type of the event dispatched when an the video renditions are available.
ITEM_VIDEO_SIZE_CHANGE | Constant |
public static const ITEM_VIDEO_SIZE_CHANGE:String = itemVideoSizeChange
Type of the event dispatched when the videoSize property on the MediaPlayerItem has changed