UNPKG

@isomp4/box-moof

Version:

Implements encoding and decoding of the moof box type

8 lines (7 loc) 239 B
import { BoxEncoding } from "@isomp4/core"; export declare const traf: BoxEncoding; export declare const moof: BoxEncoding; export * from "./mfhd.js"; export * from "./tfdt.js"; export * from "./tfhd.js"; export * from "./trun.js";