Packageorg.osmf.smpte.tt.parsing
Interfacepublic interface ISMPTETTParser
Implementors SMPTETTParser

Language Version : ActionScript 3.0
Product Version : OSMF 1.6
Runtime Versions : Flash Player 10, AIR 1.5

This interface represents a SMPTE-TT parser and allows a plugin developer the means to create a custom SMPTE-TT plugin using a different file format.



Public Methods
 MethodDefined By
  
parse(rawData:String):CaptioningDocument
The parse method parses the SMPTE-TT document and returns the root level of the TimedText document object model.
ISMPTETTParser
Method Detail
parse()method
public function parse(rawData:String):CaptioningDocument

Language Version : ActionScript 3.0
Product Version : OSMF 1.6
Runtime Versions : Flash Player 10, AIR 1.5

The parse method parses the SMPTE-TT document and returns the root level of the TimedText document object model.

Parameters

rawData:String

Returns
CaptioningDocument