UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

5 lines 267 B
BoxParser.createFullBoxCtor("auxC", "AuxiliaryTypeProperty", function(stream) { this.aux_type = stream.readCString(); var aux_subtype_length = this.size - this.hdr_size - (this.aux_type.length + 1); this.aux_subtype = stream.readUint8Array(aux_subtype_length); });