@svta/common-media-library
Version:
A common library for media playback in JavaScript
4 lines • 317 B
TypeScript
import type { SelectionSet } from '../../../types/model/SelectionSet.js';
import type { AdaptationSet } from '../../../types/mapper/dash/AdaptationSet.js';
export declare function selectionSetsToAdaptationSet(selectionsSets: SelectionSet[]): AdaptationSet[];
//# sourceMappingURL=selectionSetsToAdaptationSet.d.ts.map