UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

8 lines (6 loc) 218 B
BoxParser.createFullBoxCtor("urn ", "DataEntryUrnBox", function(stream) { this.name = stream.readCString(); if (this.size - this.hdr_size - this.name.length - 1 > 0) { this.location = stream.readCString(); } });