UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

9 lines (7 loc) 294 B
BoxParser.createUUIDBox("d08a4f1810f34a82b6c832d8aba183d3", "PiffProtectionSystemSpecificHeaderBox", true, false, function(stream) { this.system_id = BoxParser.parseHex16(stream); var datasize = stream.readUint32(); if (datasize > 0) { this.data = stream.readUint8Array(datasize); } });