UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

9 lines (7 loc) 238 B
BoxParser.createFullBoxCtor("tfdt", "TrackFragmentBaseMediaDecodeTimeBox", function(stream) { if (this.version == 1) { this.baseMediaDecodeTime = stream.readUint64(); } else { this.baseMediaDecodeTime = stream.readUint32(); } });