You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varoffsetLp=2;// Offset to the packet length field.
35
+
varxmpLength=dataView.getUint16(offset+offsetLp);
36
+
37
+
varlengthLp=2;
38
+
xmpLength-=(lengthLp+lengthNamespace);// The packet length is a little misleading it includes the length of Lp and Namespace, remove those two to get the actual packet length.
0 commit comments