BB FlashBack SDK: FBExportToEXEParams

CacheDiskSize

Description

Sets the size of the disk 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 CacheDiskSize

[VB.NET]
Public  Property CacheDiskSize As Long
 

Remarks

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

See Also

FBExportToEXEParams::CacheMemorySize  FBExportToEXEParams::CacheEnabled  FBExportToEXEParams::CacheType