Imaging Control 4 C++ Library 1.2.0
Loading...
Searching...
No Matches
BufferPool::CacheConfig Struct Reference

Configures the buffer pool's caching behavior. More...

Public Attributes

size_t frames_max
 Maximum number of frames to keep in the buffer pool's cache.
 
size_t bytes_max
 Maximum size of the buffer pool cache in bytes, or 0 to not limit by size.
 

Detailed Description

Configures the buffer pool's caching behavior.