UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

9 lines (7 loc) 266 B
BoxParser.createFullBoxCtor("schm", "SchemeTypeBox", function(stream) { this.scheme_type = stream.readString(4); this.scheme_version = stream.readUint32(); if (this.flags & 0x000001) { this.scheme_uri = stream.readString(this.size - this.hdr_size - 8); } });