| Package | qnx.events |
| Class | public class MediaServiceConnectionEvent |
| Inheritance | MediaServiceConnectionEvent flash.events.Event |
MediaServiceConnectionEvent class provides event functionality related to media service I/O.
| Method | Defined By | ||
|---|---|---|---|
MediaServiceConnectionEvent(type:String)
Creates a new MediaServiceConnectionEvent instance given an event type. | MediaServiceConnectionEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACCESS_CHANGE : String = mediaServiceAccessChange [static]
Dispatched when the media service has provided access or is asking you to revoke access to the media playback engine. | MediaServiceConnectionEvent | ||
| CONNECT : String = mediaServiceConnect [static]
Dispatched when a connection to the media service is made. | MediaServiceConnectionEvent | ||
| CONNECTION_FAIL : String = mediaServiceConnectionFail [static]
Dispatched when a connection to the media service has failed. | MediaServiceConnectionEvent | ||
| DATAFLOW_CHANGE : String = mediaServiceDataFlowChange [static]
Dispatched when the media service requests a change in the flow of play state and metadata. | MediaServiceConnectionEvent | ||
| DISCONNECT : String = mediaServiceDisconnect [static]
Dispatched when a connection to the media service has disconnected. | MediaServiceConnectionEvent | ||
| MediaServiceConnectionEvent | () | Constructor |
public function MediaServiceConnectionEvent(type:String)
Creates a new MediaServiceConnectionEvent instance given an event type.
type:String — The event type.
|
| ACCESS_CHANGE | Constant |
public static const ACCESS_CHANGE:String = mediaServiceAccessChangeDispatched when the media service has provided access or is asking you to revoke access to the media playback engine.
See also
| CONNECT | Constant |
public static const CONNECT:String = mediaServiceConnectDispatched when a connection to the media service is made.
| CONNECTION_FAIL | Constant |
public static const CONNECTION_FAIL:String = mediaServiceConnectionFailDispatched when a connection to the media service has failed.
| DATAFLOW_CHANGE | Constant |
public static const DATAFLOW_CHANGE:String = mediaServiceDataFlowChangeDispatched when the media service requests a change in the flow of play state and metadata.
See also
| DISCONNECT | Constant |
public static const DISCONNECT:String = mediaServiceDisconnectDispatched when a connection to the media service has disconnected.