@svta/common-media-library
Version:
A common library for media playback in JavaScript
19 lines • 404 B
JavaScript
;
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