Skip to main content

Crate servo_webvtt

Crate servo_webvtt 

Source

Structsยง

IncrementalWebVTTParser
WebVttCue
https://w3c.github.io/webvtt/#webvtt-cue
WebVttCueSize
https://w3c.github.io/webvtt/#webvtt-cue-size This is a struct, since the default value is 100

Enumsยง

MostSignificantUnits ๐Ÿ”’
ParserState ๐Ÿ”’
WebVttLineAlignment
https://w3c.github.io/webvtt/#webvtt-cue-line-alignment
WebVttLineAndPositionSetting
https://w3c.github.io/webvtt/#webvtt-cue-position
WebVttParserError
WebVttPositionAlignment
https://w3c.github.io/webvtt/#webvtt-cue-position-alignment
WebVttSnapToLines
https://w3c.github.io/webvtt/#webvtt-cue-snap-to-lines-flag This is an enum, since the default value is true
WebVttTextAlignment
https://w3c.github.io/webvtt/#webvtt-cue-text-alignment
WebVttWritingDirection
https://w3c.github.io/webvtt/#webvtt-cue-writing-direction

Staticsยง

WEB_VTT_PERCENTAGE_GRAMMAR ๐Ÿ”’
https://w3c.github.io/webvtt/#webvtt-percentage

Traitsยง

WebVttParserSink

Functionsยง

collect_ascii_digits ๐Ÿ”’
collect_for_closure ๐Ÿ”’
collect_webvtt_cue_timings_and_settings ๐Ÿ”’
https://w3c.github.io/webvtt/#collect-webvtt-cue-timings-and-settings
collect_webvtt_timestamp ๐Ÿ”’
https://w3c.github.io/webvtt/#collect-a-webvtt-timestamp
parse_a_percentage_string ๐Ÿ”’
https://w3c.github.io/webvtt/#parse-a-percentage-string
parse_the_webvtt_cue_settings ๐Ÿ”’
https://w3c.github.io/webvtt/#parse-the-webvtt-cue-settings
skip_whitespace ๐Ÿ”’

Type Aliasesยง

ParserUpdate