| Package | com.adobe.mediacore.events |
| Class | public class FragmentDownloadInfoEvent |
| Inheritance | FragmentDownloadInfoEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| downloadDuration : Number [read-only]
The total duration for fragment download, in seconds. | FragmentDownloadInfoEvent | ||
| downloadLatency : Number [read-only]
The network latency, in seconds. | FragmentDownloadInfoEvent | ||
| fragmentSize : Number [read-only]
The size of the downloaded fragment, in bytes. | FragmentDownloadInfoEvent | ||
| fragmentUrl : String [read-only]
The url pointing to the downloaded fragment. | FragmentDownloadInfoEvent | ||
| Method | Defined By | ||
|---|---|---|---|
FragmentDownloadInfoEvent(type:String, bubbles:Boolean, cancelable:Boolean, fragmentUrl:String, fragmentSize:Number, downloadLatency:Number, downloadDuration:Number)
Constructor. | FragmentDownloadInfoEvent | ||
clone():Event [override] | FragmentDownloadInfoEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FRAGMENT_DOWNLOAD_INFO : String = fragmentDownloadInfo [static]
The FragmentDownloadEvent.FRAGMENT_DOWNLOAD_INFO constant defines the value
of the type property of the event object for a fragmentDownloadInfo
event. | FragmentDownloadInfoEvent | ||
| downloadDuration | property |
downloadDuration:Number [read-only] The total duration for fragment download, in seconds.
public function get downloadDuration():Number| downloadLatency | property |
downloadLatency:Number [read-only] The network latency, in seconds.
public function get downloadLatency():Number| fragmentSize | property |
fragmentSize:Number [read-only] The size of the downloaded fragment, in bytes.
public function get fragmentSize():Number| fragmentUrl | property |
fragmentUrl:String [read-only] The url pointing to the downloaded fragment.
public function get fragmentUrl():String| FragmentDownloadInfoEvent | () | Constructor |
public function FragmentDownloadInfoEvent(type:String, bubbles:Boolean, cancelable:Boolean, fragmentUrl:String, fragmentSize:Number, downloadLatency:Number, downloadDuration:Number)Constructor.
Parameterstype:String — Event type.
| |
bubbles:Boolean — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean — Specifies whether the behavior associated with the event can be prevented.
| |
fragmentUrl:String — The url pointing to the downloaded fragment.
| |
fragmentSize:Number — The size of the downloaded fragment.
| |
downloadLatency:Number — The latency during the performed download operation.
| |
downloadDuration:Number — The total time duration needed to download the fragment.
|
| clone | () | method |
override public function clone():EventReturnsEvent |
| FRAGMENT_DOWNLOAD_INFO | Constant |
public static const FRAGMENT_DOWNLOAD_INFO:String = fragmentDownloadInfoThe FragmentDownloadEvent.FRAGMENT_DOWNLOAD_INFO constant defines the value of the type property of the event object for a fragmentDownloadInfo event.