UNPKG

@svta/common-media-library

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