UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

10 lines (8 loc) 262 B
BoxParser.stssBox.prototype.write = function(stream) { this.version = 0; this.flags = 0; this.size = 4+4*this.sample_numbers.length; this.writeHeader(stream); stream.writeUint32(this.sample_numbers.length); stream.writeUint32Array(this.sample_numbers); }