UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

6 lines (4 loc) 168 B
BoxParser.createFullBoxCtor("vmhd", "VideoMediaHeaderBox", function(stream) { this.graphicsmode = stream.readUint16(); this.opcolor = stream.readUint16Array(3); });