BB FlashBack SDK: FBExportToEXEParams

CacheMemorySize

Description

Sets the size of the memory cache, in bytes.

The CacheEnabled and CacheType properties determine whether a cache will be sued and whether it will be a memory or disk cache.

Syntax

[C#/C++]
public: long CacheMemorySize

[VB.NET]
Public  Property CacheMemorySize As Long
 

Remarks

The EXE player keeps a cache of frames to improve performance. If the CacheType property has been set to use a memory cache instead of a disk cache, the CacheMemorySize property determines the size of the cache in bytes. A larger cache means better performance.

See Also

FBExportToEXEParams::CacheDiskSize  FBExportToEXEParams::CacheEnabled  FBExportToEXEParams::CacheType