UNPKG

@transcrobes/subs-convert

Version:

Convert subtitles from one format to another

7 lines 340 B
/** * WebVTT HLS (HTTP Live Streaming) implementation */ import { HlsSegment } from "../shared/types"; export declare function hlsSegment(input: string, segmentLength?: number, startOffset?: string): HlsSegment[]; export declare function hlsSegmentPlaylist(input: string, segmentLength?: number): string; //# sourceMappingURL=hls.d.ts.map