UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

4 lines (3 loc) 187 B
import type { M3uStreamInfo } from './types'; export declare function splitRespectingQuotes(input: string): string[]; export declare const parseStreamInf: (str: string) => M3uStreamInfo;