UNPKG

@svta/common-media-library

Version:
12 lines 413 B
import type { DashManifest } from '../../../types/mapper/dash/DashManifest.js'; import type { Presentation } from '../../../types/model/Presentation.js'; /** * @internal * * Main function to map dash to ham. * * @param dash - Dash manifest to map * @returns List of presentations in ham */ export declare function mapDashToHam(dash: DashManifest): Presentation[]; //# sourceMappingURL=mapDashToHam.d.ts.map