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