Packageorg.osmf.smpte.tt.media
Classpublic class SMPTETTProxyElementAsync
InheritanceSMPTETTProxyElementAsync Inheritance SMPTETTProxyElement Inheritance org.osmf.elements.ProxyElement



Public Properties
 PropertyDefined By
 InheritedcontinueLoadOnFailure : Boolean
[read-only] Specifies whether or not this class should continue loading the media element when the captioning document fails to load.
SMPTETTProxyElement
 InheritedmediaElement : MediaElement
[read-only] The MediaElement for which this ProxyElement serves as a proxy.
SMPTETTProxyElement
  proxiedElement : MediaElement
[override]
SMPTETTProxyElementAsync
Protected Properties
 PropertyDefined By
 InheritedcaptionElementsDisplayed : Dictionary
SMPTETTProxyElement
 InheritedloadTrait : SMPTETTLoadTrait
SMPTETTProxyElement
 Inherited_mediaPlayer : MediaPlayer
SMPTETTProxyElement
 InheritedtotalCaptionElementsToDisplay : uint = 0
SMPTETTProxyElement
 Inherited_wasPaused : Boolean = false
SMPTETTProxyElement
 Inherited_wasPlaying : Boolean = false
SMPTETTProxyElement
Public Methods
 MethodDefined By
  
SMPTETTProxyElementAsync(proxiedElement:MediaElement = null, continueLoadOnFailure:Boolean = true)
SMPTETTProxyElementAsync
Protected Methods
 MethodDefined By
  
addEachCaptionToMetaData(document:CaptioningDocument, SMPTETTMetadata:TimelineMetadata):void
[override]
SMPTETTProxyElementAsync
  
[override]
SMPTETTProxyElementAsync
 Inherited
SMPTETTProxyElement
  
addToParallelElement(parallelElement:ParallelElement, p_captioningMediaElement:CaptioningMediaElement):void
[override]
SMPTETTProxyElementAsync
 Inherited
createLoadTrait(smptettLoader:SMPTETTLoader, urlResource:URLResource):SMPTETTLoadTrait
SMPTETTProxyElement
 Inherited
SMPTETTProxyElement
 Inherited
getOrCreateTimelineMetaData():TimelineMetadata
SMPTETTProxyElement
 Inherited
onLoadStateChange_Error(event:LoadEvent):void
SMPTETTProxyElement
  
SMPTETTProxyElementAsync
  
SMPTETTProxyElementAsync
 Inherited
SMPTETTProxyElement
  
regionSpriteAddMediaElement(document:CaptioningDocument, i:uint, p_captioningMediaElement:CaptioningMediaElement):void
[override]
SMPTETTProxyElementAsync
 Inherited
SMPTETTProxyElement
Public Constants
 ConstantDefined By
 InheritedDEBUG : Boolean = false
[static]
SMPTETTProxyElement
 InheritedMEDIA_ERROR_INVALID_PROXIED_ELEMENT : int = 2201
[static] Constant for the MediaError that is triggered when the proxiedElement is invalid (e.g.
SMPTETTProxyElement
Property Detail
proxiedElementproperty
proxiedElement:MediaElement[override]


Implementation
    public function get proxiedElement():MediaElement
    public function set proxiedElement(value:MediaElement):void
Constructor Detail
SMPTETTProxyElementAsync()Constructor
public function SMPTETTProxyElementAsync(proxiedElement:MediaElement = null, continueLoadOnFailure:Boolean = true)



Parameters
proxiedElement:MediaElement (default = null)
 
continueLoadOnFailure:Boolean (default = true)
Method Detail
addEachCaptionToMetaData()method
override protected function addEachCaptionToMetaData(document:CaptioningDocument, SMPTETTMetadata:TimelineMetadata):void

Parameters

document:CaptioningDocument
 
SMPTETTMetadata:TimelineMetadata

addLoadTraitListeners()method 
override protected function addLoadTraitListeners(trait:SMPTETTLoadTrait):void

Parameters

trait:SMPTETTLoadTrait

addToParallelElement()method 
override protected function addToParallelElement(parallelElement:ParallelElement, p_captioningMediaElement:CaptioningMediaElement):void

Parameters

parallelElement:ParallelElement
 
p_captioningMediaElement:CaptioningMediaElement

onParseEvent()method 
protected function onParseEvent(e:ParseEvent):void

Parameters

e:ParseEvent

onPartialLoad()method 
protected function onPartialLoad(e:ParseEvent):void

Parameters

e:ParseEvent

regionSpriteAddMediaElement()method 
override protected function regionSpriteAddMediaElement(document:CaptioningDocument, i:uint, p_captioningMediaElement:CaptioningMediaElement):void

Parameters

document:CaptioningDocument
 
i:uint
 
p_captioningMediaElement:CaptioningMediaElement