UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

9 lines (7 loc) 194 B
BoxParser.createFullBoxCtor("pitm", "PrimaryItemBox", function(stream) { if (this.version === 0) { this.item_id = stream.readUint16(); } else { this.item_id = stream.readUint32(); } });