rx-player
Version:
Canal+ HTML5 Video Player
5 lines • 412 B
TypeScript
import type { IBufferType } from "../../../../core/types";
import type { CancellationSignal } from "../../../../utils/task_canceller";
import type RxPlayer from "../../public_api";
export default function createSegmentSinkGraph(instance: RxPlayer, bufferType: IBufferType, title: string, parentElt: HTMLElement, cancelSignal: CancellationSignal): HTMLElement;
//# sourceMappingURL=segment_buffer_content.d.ts.map