UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

7 lines (5 loc) 194 B
BoxParser.createSampleGroupCtor("rap ", function(stream) { var tmp_byte = stream.readUint8(); this.num_leading_samples_known = tmp_byte >> 7; this.num_leading_samples = tmp_byte & 0x7F; });