File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ ARCHITECTURE
9292
9393imscJS renders an IMSC1 document in three distinct steps:
9494
95- * `fromXML(xmlstring, errorHandler)` parses the document and returns a TT object. The latter contains opaque representation of the document
96- and exposes the method `getMediaTimeEvents()` that returns a list of time offsets (in seconds) of the ISD, i.e. the points in time
97- where the visual representation of the document change.
95+ * `fromXML(xmlstring, errorHandler, metadataHandler )` parses the document and returns a TT object. The latter contains opaque
96+ representation of the document and exposes the method `getMediaTimeEvents()` that returns a list of time offsets (in seconds) of the
97+ ISD, i.e. the points in time where the visual representation of the document change.
9898
9999* `generateISD(tt, offset, errorHandler)` creates a canonical representation of the document (provided as a TT object generated by `fromXML()`)
100100at a point in time (`offset` parameter). This point in time does not have to be one of the values returned by `getMediaTimeEvents()`. For
You can’t perform that action at this time.
0 commit comments