UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

11 lines (9 loc) 225 B
BoxParser.vmhdBox.prototype.write = function(stream) { var i; this.version = 0; this.flags = 1; this.size = 8; this.writeHeader(stream); stream.writeUint16(this.graphicsmode); stream.writeUint16Array(this.opcolor); }