UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

10 lines 426 B
BoxParser.createBoxCtor("clap", "CleanApertureBox", function(stream) { this.cleanApertureWidthN = stream.readUint32(); this.cleanApertureWidthD = stream.readUint32(); this.cleanApertureHeightN = stream.readUint32(); this.cleanApertureHeightD = stream.readUint32(); this.horizOffN = stream.readUint32(); this.horizOffD = stream.readUint32(); this.vertOffN = stream.readUint32(); this.vertOffD = stream.readUint32(); });