UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

6 lines (5 loc) 200 B
import type { M3uChunk } from '../get-chunks'; export declare const getChunkToSeekTo: ({ chunks, seekToSecondsToProcess, }: { chunks: M3uChunk[]; seekToSecondsToProcess: number; }) => number;