UNPKG

@svta/common-media-library

Version:
4 lines 259 B
import type { Track } from '../../../types/model/Track.js'; import type { SegmentList } from '../../../types/mapper/dash/SegmentList.js'; export declare function trackToSegmentList(track: Track): SegmentList[]; //# sourceMappingURL=trackToSegmentList.d.ts.map