UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

6 lines (4 loc) 197 B
BoxParser.createBoxCtor("rtp ", "rtpmoviehintinformation", function(stream) { this.descriptionformat = stream.readString(4); this.sdptext = stream.readString(this.size - this.hdr_size - 4); });