Skip to content

Commit a6c8487

Browse files
committed
Mentioned metadataHandler in README.txt
1 parent 142d2fc commit a6c8487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ ARCHITECTURE
9292

9393
imscJS 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()`)
100100
at a point in time (`offset` parameter). This point in time does not have to be one of the values returned by `getMediaTimeEvents()`. For

0 commit comments

Comments
 (0)