public long getFinalFrameBlocks() { return Utils.getLongNumber(b, 8, 11); }
public long getTotalFrames() { return Utils.getLongNumber(b, 12, 15); }
public long getBlocksPerFrame() { return Utils.getLongNumber(b, 4, 7); }