package vttdissector
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait VttDissector extends (InputStream) ⇒ Try[Vtt]
Value Members
-
object
VttDissector extends VttDissector
The trait/object offering the final API.
The trait/object offering the final API. Parses the InputStream from a UTF8-encoded .vtt file
-
object
VttParsers extends RegexParsers
Implementation of the parser, based on parsers combinators