Crate webvtt_parser

Source

Re-exports§

pub use error::VttError;

Modules§

error

Structs§

OwnedVtt
(web)VTT — Web Video Text Tracks This struct represents a parsed VTT file. It contains a list of cues and optional metadata.
OwnedVttCue
Totally same as VttCue but owns the data.
Time
A start/end time of
Vtt
(web)VTT — Web Video Text Tracks This struct represents a parsed VTT file. It contains a list of cues and optional metadata.
VttCue
A subtitle and associated metadata
VttCueSettings
Cue settings are optional components used to position where the cue payload text will be displayed over the video. This includes whether the text is displayed horizontally or vertically. There can be zero or more of them, and they can be used in any order so long as each setting is used no more than once.

Enums§

Align
NumberOrPercentage
Vertical

Traits§

ASubtitle

Type Aliases§

Span