Interface: NearbyFrames
Nearby frames are used in a volume to fill the entire volume quickly without needing to have retrieved them from a remote/slow location. This gives the appearance of a complete volume extremely quickly.
Properties
imageQualityStatus?
optionalimageQualityStatus:ImageQualityStatus
The status to set a newly filled image from
Defined in
packages/core/src/types/IRetrieveConfiguration.ts:84
offset
offset:
number
The offset of the nearby frame to fill from the current position. For example, if the current image is index 32, and the offset is -1, then the frame at index 31 will be filled with 32's image data.