TTMLParser
Implementation of a parser which understands much of the DFXP TTML specification (though not all). Specifically, these items are recognized:
- Region element definitions
- Style element definitions
- Basic body structure with with P tags wrapped in top-level divs which contain spans, br's and unspanned text
See also
<a href="http://www.w3.org/TR/ttaf1-dfxp/">http://www.w3.org/TR/ttaf1-dfxp/</a>
Types
Functions
Link copied to clipboard
Parses a string representing a time code position within a video following the format: HH:MM:ss.
Link copied to clipboard
Parses a string representing a time code position within a video following the format: HH:MM:ss.
Link copied to clipboard
Parses the given java.io.Reader into a com.brightcove.player.model.TTMLDocument.
Parses the given java.io.InputStream using the specified encoding.