Packagecom.adobe.mediacore.events
Classpublic final class VideoEngineStatusChangedEvent
InheritanceVideoEngineStatusChangedEvent Inheritance flash.events.Event

Event dispatched by the video engine when its status changes.



Public Properties
 PropertyDefined By
  status : String
[read-only] The status of the video engine.
VideoEngineStatusChangedEvent
Public Methods
 MethodDefined By
  
VideoEngineStatusChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)
Default constructor.
VideoEngineStatusChangedEvent
  
clone():Event
[override]
VideoEngineStatusChangedEvent
  
[static] Factory method.
VideoEngineStatusChangedEvent
Public Constants
 ConstantDefined By
  STATUS_CHANGED : String = statusChanged
[static] Event dispatched when the video engine change its status.
VideoEngineStatusChangedEvent
Property Detail
statusproperty
status:String  [read-only]

The status of the video engine.


Implementation
    public function get status():String
Constructor Detail
VideoEngineStatusChangedEvent()Constructor
public function VideoEngineStatusChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)

Default constructor.

Parameters
type:String — Event type.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
 
status:String (default = null) — The current status.
Method Detail
clone()method
override public function clone():Event

Returns
Event
create()method 
public static function create(status:String):VideoEngineStatusChangedEvent

Factory method.

Parameters

status:String — the video engine status.

Returns
VideoEngineStatusChangedEvent
Constant Detail
STATUS_CHANGEDConstant
public static const STATUS_CHANGED:String = statusChanged

Event dispatched when the video engine change its status.