UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

8 lines (6 loc) 234 B
BoxParser.createFullBoxCtor("udes", "UserDescriptionProperty", function(stream) { this.lang = stream.readCString(); this.name = stream.readCString(); this.description = stream.readCString(); this.tags = stream.readCString(); });