UNPKG

@svta/common-media-library

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