UNPKG

@svta/common-media-library

Version:
14 lines 371 B
import type { Segment } from '../../../../types/model/Segment.js'; /** * @internal * * Format the ham segments to hls. * * @param segments - Segments to be formatted * @returns string containing the segments in the hls format * * @group CMAF * @alpha */ export declare function getSegments(segments: Segment[]): string; //# sourceMappingURL=getSegments.d.ts.map