UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

10 lines (8 loc) 263 B
BoxParser.createFullBoxCtor("pixi", "PixelInformationProperty", function(stream) { var i; this.num_channels = stream.readUint8(); this.bits_per_channels = []; for (i = 0; i < this.num_channels; i++) { this.bits_per_channels[i] = stream.readUint8(); } });