UNPKG

@svta/common-media-library

Version:
19 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styp = styp; const ftyp_js_1 = require("./ftyp.js"); /** * Parse a SegmentTypeBox from an IsoView * * @param view - The IsoView to read data from * * @returns A parsed SegmentTypeBox * * @group ISOBMFF * * @beta */ function styp(view) { return (0, ftyp_js_1.ftyp)(view); } //# sourceMappingURL=styp.js.map