UNPKG

@svta/common-media-library

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