p2p-media-loader-core
Version:
P2P Media Loader core functionality
6 lines (5 loc) • 356 B
TypeScript
import { SegmentWithStream, Stream } from "../types.js";
import { SegmentPlaybackStatuses } from "./stream.js";
export declare function getStreamString(stream: Stream): string;
export declare function getSegmentString(segment: SegmentWithStream): string;
export declare function getSegmentPlaybackStatusesString(statuses: SegmentPlaybackStatuses): string;