UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

3 lines (2 loc) 116 B
import type { M3uBox } from './types'; export declare const parseM3u8Text: (line: string, boxes: M3uBox[]) => void;