UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

14 lines (12 loc) 631 B
BoxParser.createFullBoxCtor("SmDm", "SMPTE2086MasteringDisplayMetadataBox", function(stream) { this.primaryRChromaticity_x = stream.readUint16(); this.primaryRChromaticity_y = stream.readUint16(); this.primaryGChromaticity_x = stream.readUint16(); this.primaryGChromaticity_y = stream.readUint16(); this.primaryBChromaticity_x = stream.readUint16(); this.primaryBChromaticity_y = stream.readUint16(); this.whitePointChromaticity_x = stream.readUint16(); this.whitePointChromaticity_y = stream.readUint16(); this.luminanceMax = stream.readUint32(); this.luminanceMin = stream.readUint32(); });