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