UNPKG

@svta/common-media-library

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