UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

9 lines (7 loc) 244 B
BoxParser.createBoxCtor("tyco", "TypeCombinationBox", function(stream) { var count = (this.size - this.hdr_size) / 4; this.compatible_brands = []; for (var i = 0; i < count; i++) { this.compatible_brands[i] = stream.readString(4); } });