| Package | com.akamai.net.f4f.hds |
| Class | public class AkamaiHTTPNetStream |
| Inheritance | AkamaiHTTPNetStream org.osmf.net.httpstreaming.BaseHTTPNetStream |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
See also
| Property | Defined By | ||
|---|---|---|---|
| hdsProperties : IHDSProperties [read-only]
Returns an IHDSProperties object which can be used
to read and write various HDS properties during playback. | AkamaiHTTPNetStream | ||
| isAsleep : Boolean [read-only]
Returns whether the flash runtime is in sleep mode. | AkamaiHTTPNetStream | ||
| Method | Defined By | ||
|---|---|---|---|
pause():void [override] | AkamaiHTTPNetStream | ||
resume():void [override] | AkamaiHTTPNetStream | ||
| Method | Defined By | ||
|---|---|---|---|
onDRMError(event:DRMErrorEvent):void [override] | AkamaiHTTPNetStream | ||
onThrottle(event:ThrottleEvent):void [override] | AkamaiHTTPNetStream | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched on a best effort download attempt after fragment retry attempts have elapsed | AkamaiHTTPNetStream | |||
| Dispatched when a script tag is detected. | AkamaiHTTPNetStream | |||
| Dispatched when Akamai encrypted media is encountered. | AkamaiHTTPNetStream | |||
| Dispatched when a fragment request is retried. | AkamaiHTTPNetStream | |||
| Dispatched with the HTTP_STATUS of each fragment before a complete/error. | AkamaiHTTPNetStream | |||
| Dispatched when the isPlayingLive property changes state. | AkamaiHTTPNetStream | |||
| Dispatched when an error occurs processing the media. | AkamaiHTTPNetStream | |||
| Dispatched when the onMetaData script tag is detected. | AkamaiHTTPNetStream | |||
| Dispatched during the life of the stream with an interval of 100ms. | AkamaiHTTPNetStream | |||
| hdsProperties | property |
hdsProperties:IHDSProperties [read-only] | Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns an IHDSProperties object which can be used
to read and write various HDS properties during playback.
public function get hdsProperties():IHDSProperties| isAsleep | property |
isAsleep:Boolean [read-only] Returns whether the flash runtime is in sleep mode.
public function get isAsleep():Boolean| onDRMError | () | method |
override protected function onDRMError(event:DRMErrorEvent):voidParameters
event:DRMErrorEvent |
| onThrottle | () | method |
override protected function onThrottle(event:ThrottleEvent):voidParameters
event:ThrottleEvent |
| pause | () | method |
override public function pause():void| resume | () | method |
override public function resume():void| bestEffortDownload | Event |
com.akamai.net.f4f.hds.events.AkamaiBestEffortDownloadOnFragmentErrorEventDispatched on a best effort download attempt after fragment retry attempts have elapsed
See also
| datamessage | Event |
com.akamai.net.f4f.hds.events.AkamaiHDSEvent
Dispatched when a script tag is detected. The data
property of the event will contain the following properties:
See also
| encrypted | Event |
com.akamai.net.f4f.hds.events.AkamaiHDSEventDispatched when Akamai encrypted media is encountered.
See also
| fragmentLoadRetry | Event |
com.akamai.net.f4f.hds.events.AkamaiFragmentLoadRetryEventDispatched when a fragment request is retried.
See also
| httpStatus | Event |
com.akamai.net.f4f.hds.events.AkamaiHTTPStatusEventDispatched with the HTTP_STATUS of each fragment before a complete/error.
| isPlayingLive | Event |
com.akamai.net.f4f.hds.events.AkamaiHDSEventDispatched when the isPlayingLive property changes state.
| mediaError | Event |
org.osmf.org.osmf.events.MediaErrorEventDispatched when an error occurs processing the media. This event will be dispatched if a problem is encountered decrypting Secure Media or in enabling player verification.
| metadata | Event |
com.akamai.net.f4f.hds.events.AkamaiHDSEvent
Dispatched when the onMetaData script tag is
detected.
See also
| progress | Event |
com.akamai.net.f4f.hds.events.AkamaiHDSEventDispatched during the life of the stream with an interval of 100ms. Like a heart-beat indicating the stream is active.