UNPKG

realview.js

Version:

RealView.js - High-performance video decoder for the browser

14 lines 354 B
import { Packet } from "./dumuxer"; export type { Packet }; export declare class StreamData { packets: Packet[]; byteLength: number; private has_pts; private first_pts; private last_pts; private frame_ticks; get fps(): number; get length(): number; add(packet: Packet): void; } //# sourceMappingURL=streamData.d.ts.map