| Package | com.adobe.mediacore.events |
| Class | public class MediaPlayerItemEvent |
| Inheritance | MediaPlayerItemEvent flash.events.Event |
| 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():EventReturns
Event |
| ITEM_DURATION_CHANGE | Constant |
public static const ITEM_DURATION_CHANGE:String = itemDurationChangeType 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 = itemIsProtectedChangeType of the event dispatched when the isProtected property on the MediaPlayerItem has changed
| ITEM_TRACKS_AVAILABLE | Constant |
public static const ITEM_TRACKS_AVAILABLE:String = itemTracksAvailableType of the event dispatched when alternate audio tracks are available.
| ITEM_VIDEO_RENDITIONS_AVAILABLE | Constant |
public static const ITEM_VIDEO_RENDITIONS_AVAILABLE:String = itemVideoRenditionsAvailableType of the event dispatched when an the video renditions are available.
| ITEM_VIDEO_SIZE_CHANGE | Constant |
public static const ITEM_VIDEO_SIZE_CHANGE:String = itemVideoSizeChangeType of the event dispatched when the videoSize property on the MediaPlayerItem has changed