Vttyl v0.2.0 Vttyl View Source

Quick and dirty conveniences for working with utf8 encoded vtt files.

Link to this section Summary

Functions

Parse a string.

Parse a stream of utf8 encoded characters.

Link to this section Functions

Parse a string.

This drops badly formatted vtt files. Consult your local doctor to ensure you formatted it correctly.

This returns a stream so you decide how to handle it!

Link to this function

parse_stream(content) View Source
parse_stream(Enumerable.t()) :: Enumerable.t()

Parse a stream of utf8 encoded characters.

This returns a stream so you decide how to handle it!