enum Vips::Enums::Access
Defined in:
vips/enums.crEnum Members
-
Random =
0
-
Requests can come in any order
-
Sequential =
1
-
Means requests will be top-to-bottom, but with some amount of buffering behind the read point for small non-local accesses.
-
SequentialUnbuffered =
2
-
Top-to-bottom without a buffer.