| Package | com.akamai.net.f4f.hds |
| Class | public class AkamaiLiveArchiveTransitionHandler |
| Inheritance | AkamaiLiveArchiveTransitionHandler flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| maxAttempts : Number
Retrieves the the maximum number of load attempts
the handler will make before signalling failure. | AkamaiLiveArchiveTransitionHandler | ||
| urlLoadInterval : Number
Retrieves the interval at which a manifest load
request is made. | AkamaiLiveArchiveTransitionHandler | ||
| Method | Defined By | ||
|---|---|---|---|
AkamaiLiveArchiveTransitionHandler(target:IEventDispatcher = null) | AkamaiLiveArchiveTransitionHandler | ||
destroy():void
Destroy the timer that handles load attempts. | AkamaiLiveArchiveTransitionHandler | ||
startTransitionRequestSequence(url:String):void
Starts the sequence of manifest url loads at regular intervals until the live archive
manifest is available. | AkamaiLiveArchiveTransitionHandler | ||
| maxAttempts | property |
maxAttempts:NumberRetrieves the the maximum number of load attempts the handler will make before signalling failure.
public function get maxAttempts():Number public function set maxAttempts(value:Number):void| urlLoadInterval | property |
urlLoadInterval:NumberRetrieves the interval at which a manifest load request is made.
public function get urlLoadInterval():Number public function set urlLoadInterval(value:Number):void| AkamaiLiveArchiveTransitionHandler | () | Constructor |
public function AkamaiLiveArchiveTransitionHandler(target:IEventDispatcher = null)target:IEventDispatcher (default = null) |
| destroy | () | method |
public function destroy():voidDestroy the timer that handles load attempts.
| startTransitionRequestSequence | () | method |
public function startTransitionRequestSequence(url:String):voidStarts the sequence of manifest url loads at regular intervals until the live archive manifest is available.
Parameters
url:String |