Packageorg.osmf.smpte.tt.parsing
Classpublic class SMPTETTParserAsync
InheritanceSMPTETTParserAsync Inheritance SMPTETTParser Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 InheritedASYNC_THREAD : AsyncThread
[static]
SMPTETTParser
 InheritedcaptionElements : Vector.<CaptionElement>
[read-only] Returns a vector of CaptionElements, one for each unique timeline event in the file.
SMPTETTParser
 InheritedcaptionRegionsHash : Dictionary
[read-only]
SMPTETTParser
 Inheriteddocument : CaptioningDocument
[read-only]
SMPTETTParser
 InheritedendTime : TimeCode
SMPTETTParser
 Inheritedm608 : Namespace
[static]
SMPTETTParser
 Inheritedns : Namespace
[static]
SMPTETTParser
  parsingCondition : ParsingCondition
SMPTETTParserAsync
 InheritedregionElementsHash : Dictionary
[read-only]
SMPTETTParser
 InheritedREMAINING_NODE_COUNT : uint
[static]
SMPTETTParser
 InheritedrootNamespace : Namespace
[static]
SMPTETTParser
 Inheritedsmpte : Namespace
[static]
SMPTETTParser
 InheritedstartTime : TimeCode
SMPTETTParser
 InheritedttElement : TtElement
[read-only]
SMPTETTParser
 Inheritedttm : Namespace
[static]
SMPTETTParser
 Inheritedttp : Namespace
[static]
SMPTETTParser
 Inheritedtts : Namespace
[static]
SMPTETTParser
Protected Properties
 PropertyDefined By
 Inherited_captionElements : Vector.<CaptionElement>
SMPTETTParser
 Inherited_document : CaptioningDocument
SMPTETTParser
 InheritedparseTime : uint
SMPTETTParser
 InheritedremainingNodeCount : int
SMPTETTParser
Public Methods
 MethodDefined By
  
SMPTETTParserAsync
 Inherited
parse(i_rawData:String):CaptioningDocument
SMPTETTParser
Protected Methods
 MethodDefined By
  
buildCaptions(timedTextElement:TimedTextElementBase, regionElementsHash:Dictionary, captionRegionsHash:Dictionary, timelineEventsHash:Dictionary):void
[override]
SMPTETTParserAsync
  
buildRegions(document:TtElement):void
[override]
SMPTETTParserAsync
 Inherited
createParseEventData(i_timedTextElement:TimedTextElementBase = null, i_regionElementsHash:Dictionary = null, i_captionRegionsHash:Dictionary = null, i_timelineEventsHash:Dictionary = null):ParseEventData
SMPTETTParser
 Inherited
SMPTETTParser
 Inherited
SMPTETTParser
Events
 Event Summary Defined By
 InheritedSMPTETTParser
 InheritedSMPTETTParser
  SMPTETTParserAsync
 InheritedSMPTETTParser
Property Detail
parsingConditionproperty
parsingCondition:ParsingCondition


Implementation
    public function get parsingCondition():ParsingCondition
    public function set parsingCondition(value:ParsingCondition):void
Constructor Detail
SMPTETTParserAsync()Constructor
public function SMPTETTParserAsync()



Method Detail
buildCaptions()method
override protected function buildCaptions(timedTextElement:TimedTextElementBase, regionElementsHash:Dictionary, captionRegionsHash:Dictionary, timelineEventsHash:Dictionary):void

Parameters

timedTextElement:TimedTextElementBase
 
regionElementsHash:Dictionary
 
captionRegionsHash:Dictionary
 
timelineEventsHash:Dictionary

buildRegions()method 
override protected function buildRegions(document:TtElement):void

Parameters

document:TtElement

Event Detail
partial Event
Event Object Type: org.osmf.smpte.tt.events.ParseEvent