UNPKG

@svta/common-media-library

Version:
21 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.vttC = vttC; /** * Parse a WebVTTConfigurationBox from an IsoView * * @param view - The IsoView to read data from * * @returns A parsed WebVttConfigurationBox * * @group ISOBMFF * * @beta */ function vttC(view) { return { config: view.readUtf8(), }; } ; //# sourceMappingURL=vttC.js.map