@svta/common-media-library
Version:
A common library for media playback in JavaScript
12 lines • 413 B
TypeScript
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