Packagecom.adobe.mediacore.events
Classpublic class MediaPlayerItemEvent
InheritanceMediaPlayerItemEvent Inheritance flash.events.Event

Event dispatched by the MediaPlayerItem



Public Methods
 MethodDefined By
  
MediaPlayerItemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor.
MediaPlayerItemEvent
  
clone():Event
[override]
MediaPlayerItemEvent
Public Constants
 ConstantDefined 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
Constructor Detail
MediaPlayerItemEvent()Constructor
public function MediaPlayerItemEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Default constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
ITEM_DURATION_CHANGEConstant
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_CHANGEConstant 
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_AVAILABLEConstant 
public static const ITEM_TRACKS_AVAILABLE:String = itemTracksAvailable

Type of the event dispatched when alternate audio tracks are available.

ITEM_VIDEO_RENDITIONS_AVAILABLEConstant 
public static const ITEM_VIDEO_RENDITIONS_AVAILABLE:String = itemVideoRenditionsAvailable

Type of the event dispatched when an the video renditions are available.

ITEM_VIDEO_SIZE_CHANGEConstant 
public static const ITEM_VIDEO_SIZE_CHANGE:String = itemVideoSizeChange

Type of the event dispatched when the videoSize property on the MediaPlayerItem has changed