Function parse

Source
pub fn parse(text: &str) -> Vec<(f64, f64, String)>
Expand description

Parse SRT or WebVTT (auto-detected by the “WEBVTT” header / timestamp style). Malformed blocks are skipped. Returns (start, end, text) triples in file order.