NET_DVR_LOCAL_MEM_POOL_CFG

Local configuration structure of storage pool.

Structure Definition

struct{
  DWORD    dwAlarmMaxBlockNum;
  DWORD    dwAlarmReleaseInterval;
  BYTE     byRes[60];
}NET_DVR_LOCAL_MEM_POOL_CFG, *LPNET_DVR_LOCAL_MEM_POOL_CFG;

Members

dwAlarmMaxBlockNum

The maximum number of memory blocks can be applied, the maximum size of each applied block is 64MB, if the required memory block size is larger than the threshold, do not apply for it from the system. If the value of this parameter is set to 0, it refers that the number of memory block can be applied is not limited.

dwAlarmReleaseInterval

The time interval between each free memory blocks to be released, unit: s, 0-not release the free memory.

byRes

Reserved, set to 0.