Packagecom.akamai.net.f4f.hds
Classpublic class AkamaiLiveArchiveTransitionHandler
InheritanceAkamaiLiveArchiveTransitionHandler Inheritance flash.events.EventDispatcher

JIRA HDCore-13 / CR 1513279 This class handles the manifest url load requests when transitioning to a live archive stream. This is needed to complete playback of a live stream which signals EOS when a player is playing behind live point.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AkamaiLiveArchiveTransitionHandler(target:IEventDispatcher = null)
AkamaiLiveArchiveTransitionHandler
  
destroy():void
Destroy the timer that handles load attempts.
AkamaiLiveArchiveTransitionHandler
  
Starts the sequence of manifest url loads at regular intervals until the live archive manifest is available.
AkamaiLiveArchiveTransitionHandler
Property Detail
maxAttemptsproperty
maxAttempts:Number

Retrieves the the maximum number of load attempts the handler will make before signalling failure.


Implementation
    public function get maxAttempts():Number
    public function set maxAttempts(value:Number):void
urlLoadIntervalproperty 
urlLoadInterval:Number

Retrieves the interval at which a manifest load request is made.


Implementation
    public function get urlLoadInterval():Number
    public function set urlLoadInterval(value:Number):void
Constructor Detail
AkamaiLiveArchiveTransitionHandler()Constructor
public function AkamaiLiveArchiveTransitionHandler(target:IEventDispatcher = null)



Parameters
target:IEventDispatcher (default = null)
Method Detail
destroy()method
public function destroy():void

Destroy the timer that handles load attempts.

startTransitionRequestSequence()method 
public function startTransitionRequestSequence(url:String):void

Starts the sequence of manifest url loads at regular intervals until the live archive manifest is available.

Parameters

url:String