if (version === 1) {
            this.timescale = buffer.readUInt32BE(20);
            this.duration = BufferUtils.readUInt64BE(buffer, 24);
            this.nextTrackId = buffer.readUInt32BE(104);
        } else {