FrameInfo

Information about a 'frame zone' - stored in a random access array.

All frames are stored in a random-access array for quick access, so this should be as small as possible to avoid wasting memory.

struct FrameInfo {
ChunkyEventList.SliceExtents extents;
ulong startTime;
ulong duration;
}

Meta