| Package | com.adobe.mediacore.events |
| Class | public final class VideoEngineStatusChangedEvent |
| Inheritance | VideoEngineStatusChangedEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| status : String [read-only]
The status of the video engine. | VideoEngineStatusChangedEvent | ||
| Method | Defined By | ||
|---|---|---|---|
VideoEngineStatusChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)
Default constructor. | VideoEngineStatusChangedEvent | ||
clone():Event [override]
| VideoEngineStatusChangedEvent | ||
create(status:String):VideoEngineStatusChangedEvent [static]
Factory method. | VideoEngineStatusChangedEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| STATUS_CHANGED : String = statusChanged [static]
Event dispatched when the video engine change its status. | VideoEngineStatusChangedEvent | ||
| status | property |
status:String [read-only] The status of the video engine.
public function get status():String| VideoEngineStatusChangedEvent | () | Constructor |
public function VideoEngineStatusChangedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)Default constructor.
Parameterstype: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.
|
| clone | () | method |
override public function clone():EventReturns
Event |
| create | () | method |
public static function create(status:String):VideoEngineStatusChangedEventFactory method.
Parameters
status:String — the video engine status.
|
VideoEngineStatusChangedEvent |
| STATUS_CHANGED | Constant |
public static const STATUS_CHANGED:String = statusChangedEvent dispatched when the video engine change its status.