@svta/common-media-library
Version:
A common library for media playback in JavaScript
12 lines • 432 B
TypeScript
import type { SegmentList } from '../../../types/mapper/dash/SegmentList.js';
import type { Segment } from '../../../types/model/Segment.js';
/**
* @internal
*
* Maps SegmentList from dash to Segment list from ham.
*
* @param segmentList - SegmentList list from dash
* @returns list of ham segments
*/
export declare function mapSegmentList(segmentList: SegmentList[]): Segment[];
//# sourceMappingURL=mapSegmentList.d.ts.map