@svta/common-media-library
Version:
A common library for media playback in JavaScript
15 lines • 454 B
TypeScript
import type { SegmentHls } from '../../../../types/mapper/hls/SegmentHls.js';
import type { Segment } from '../../../../types/model/Segment.js';
/**
* @internal
*
* Format the hls segments into the ham segments.
*
* @param segments - List of HLS segments
* @returns ham formatted list of segments
*
* @group CMAF
* @alpha
*/
export declare function formatSegments(segments: SegmentHls[]): Segment[];
//# sourceMappingURL=formatSegments.d.ts.map