| Property | Defined By | ||
|---|---|---|---|
| data : Object [read-only] 
		 Returns the data for the event, which can differ based on the event type. | HDEvent | ||
| Method | Defined By | ||
|---|---|---|---|
| HDEvent(type:String, data:Object = null) 
		 Constructor. | HDEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ARCHIVE_PLAYBACK_DISABLED : String = archiveplaybackdisabled [static]  | HDEvent | ||
| BANDWIDTH : String = bandwidth [static]  | HDEvent | ||
| BANDWIDTH_ESTIMATION_COMPLETE : String = bandwidthEstimationComplete [static]  | HDEvent | ||
| COMPLETE : String = complete [static]  | HDEvent | ||
| CPU : String = cpu [static]  | HDEvent | ||
| DATA_MESSAGE : String = datamessage [static]  | HDEvent | ||
| DEAD_CONNECTION : String = deadconnection [static]  | HDEvent | ||
| DEBUG : String = debug [static]  | HDEvent | ||
| DVR_WINDOW : String = dvrwindow [static]  | HDEvent | ||
| DVR_WINDOW_CLOSED : String = dvrwindowclosed [static]  | HDEvent | ||
| ERROR : String = error [static]  | HDEvent | ||
| FAIL_OVER_TO_RTMP : String = failovertortmp [static]  | HDEvent | ||
| FAILURE : String = failure [static]  | HDEvent | ||
| IS_BUFFERING : String = isbuffering [static]  | HDEvent | ||
| IS_LIVE_STREAM : String = islivestream [static]  | HDEvent | ||
| IS_PLAYING_LIVE : String = isplayinglive [static]  | HDEvent | ||
| LOOP : String = loop [static]  | HDEvent | ||
| METADATA : String = metadata [static]  | HDEvent | ||
| NETSESSION_CLIENT : String = netsessionclient [static]  | HDEvent | ||
| NETSESSION_EULA : String = netsessioneula [static]  | HDEvent | ||
| NET_STATUS : String = netstatus [static]  | HDEvent | ||
| PARSED : String = parsed [static]  | HDEvent | ||
| PAUSE : String = pause [static]  | HDEvent | ||
| PLAY : String = play [static]  | HDEvent | ||
| PROGRESS : String = progress [static]  | HDEvent | ||
| REBUFFER : String = rebuffer [static]  | HDEvent | ||
| REJECTED : String = rejected [static]  | HDEvent | ||
| RENDITION_CHANGE : String = renditionchange [static]  | HDEvent | ||
| RESUME : String = resume [static]  | HDEvent | ||
| RTT : String = rtt [static]  | HDEvent | ||
| SEEK : String = seek [static]  | HDEvent | ||
| SESSION_ID : String = sessionid [static]  | HDEvent | ||
| STREAM_NAME_CHANGE : String = streamnamechange [static]  | HDEvent | ||
| STREAM_NOT_FOUND : String = streamnotfound [static]  | HDEvent | ||
| STREAM_NOT_FOUND_WHILE_PLAYING : String = streamnotfoundwhileplaying [static]  | HDEvent | ||
| STREAM_START_TIME : String = streamstarttime [static]  | HDEvent | ||
| STREAM_TYPE_CHANGE : String = streamtypechange [static]  | HDEvent | ||
| SUCCESS : String = success [static]  | HDEvent | ||
| SWITCH_COMPLETE : String = switchcomplete [static]  | HDEvent | ||
| SWITCH_FAILURE : String = switchfailure [static]  | HDEvent | ||
| SWITCH_START : String = switchstart [static]  | HDEvent | ||
| TAT : String = tat [static]  | HDEvent | ||
| THUMBNAIL_READY : String = thumbnailready [static]  | HDEvent | ||
| TIMEOUT : String = timeout [static]  | HDEvent | ||
| data | property | 
data:Object  [read-only] Returns the data for the event, which can differ based on the event type. See the event constants in this class for a description of the data object for each event type.
    public function get data():Object| HDEvent | () | Constructor | 
public function HDEvent(type:String, data:Object = null)Constructor.
Parameters| type:String— One of the event type constants defined in this class. | |
| data:Object(default =null)— Corresponding data for the event. This can differ depending on the event type. See the event type definitions in this class. | 
| ARCHIVE_PLAYBACK_DISABLED | Constant | 
public static const ARCHIVE_PLAYBACK_DISABLED:String = archiveplaybackdisabled| BANDWIDTH | Constant | 
public static const BANDWIDTH:String = bandwidth| BANDWIDTH_ESTIMATION_COMPLETE | Constant | 
public static const BANDWIDTH_ESTIMATION_COMPLETE:String = bandwidthEstimationComplete| COMPLETE | Constant | 
public static const COMPLETE:String = complete| CPU | Constant | 
public static const CPU:String = cpu| DATA_MESSAGE | Constant | 
public static const DATA_MESSAGE:String = datamessage| DEAD_CONNECTION | Constant | 
public static const DEAD_CONNECTION:String = deadconnection| DEBUG | Constant | 
public static const DEBUG:String = debug| DVR_WINDOW | Constant | 
public static const DVR_WINDOW:String = dvrwindow| DVR_WINDOW_CLOSED | Constant | 
public static const DVR_WINDOW_CLOSED:String = dvrwindowclosed| ERROR | Constant | 
public static const ERROR:String = error| FAIL_OVER_TO_RTMP | Constant | 
public static const FAIL_OVER_TO_RTMP:String = failovertortmp| FAILURE | Constant | 
public static const FAILURE:String = failure| IS_BUFFERING | Constant | 
public static const IS_BUFFERING:String = isbuffering| IS_LIVE_STREAM | Constant | 
public static const IS_LIVE_STREAM:String = islivestream| IS_PLAYING_LIVE | Constant | 
public static const IS_PLAYING_LIVE:String = isplayinglive| LOOP | Constant | 
public static const LOOP:String = loop| METADATA | Constant | 
public static const METADATA:String = metadata| NET_STATUS | Constant | 
public static const NET_STATUS:String = netstatus| NETSESSION_CLIENT | Constant | 
public static const NETSESSION_CLIENT:String = netsessionclient| NETSESSION_EULA | Constant | 
public static const NETSESSION_EULA:String = netsessioneula| PARSED | Constant | 
public static const PARSED:String = parsed| PAUSE | Constant | 
public static const PAUSE:String = pause| PLAY | Constant | 
public static const PLAY:String = play| PROGRESS | Constant | 
public static const PROGRESS:String = progress| REBUFFER | Constant | 
public static const REBUFFER:String = rebuffer| REJECTED | Constant | 
public static const REJECTED:String = rejected| RENDITION_CHANGE | Constant | 
public static const RENDITION_CHANGE:String = renditionchange| RESUME | Constant | 
public static const RESUME:String = resume| RTT | Constant | 
public static const RTT:String = rtt| SEEK | Constant | 
public static const SEEK:String = seek| SESSION_ID | Constant | 
public static const SESSION_ID:String = sessionid| STREAM_NAME_CHANGE | Constant | 
public static const STREAM_NAME_CHANGE:String = streamnamechange| STREAM_NOT_FOUND | Constant | 
public static const STREAM_NOT_FOUND:String = streamnotfound| STREAM_NOT_FOUND_WHILE_PLAYING | Constant | 
public static const STREAM_NOT_FOUND_WHILE_PLAYING:String = streamnotfoundwhileplaying| STREAM_START_TIME | Constant | 
public static const STREAM_START_TIME:String = streamstarttime| STREAM_TYPE_CHANGE | Constant | 
public static const STREAM_TYPE_CHANGE:String = streamtypechange| SUCCESS | Constant | 
public static const SUCCESS:String = success| SWITCH_COMPLETE | Constant | 
public static const SWITCH_COMPLETE:String = switchcomplete| SWITCH_FAILURE | Constant | 
public static const SWITCH_FAILURE:String = switchfailure| SWITCH_START | Constant | 
public static const SWITCH_START:String = switchstart| TAT | Constant | 
public static const TAT:String = tat| THUMBNAIL_READY | Constant | 
public static const THUMBNAIL_READY:String = thumbnailready| TIMEOUT | Constant | 
public static const TIMEOUT:String = timeout