BB FlashBack SDK: FBExportToEXEParams

CacheType

Description

Sets where the frame cache to be used by the EXE export player - either in memory or on disk.

Syntax

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

[VB.NET]
Public Property CacheType As Long
 

Remarks

The EXE export player keeps a cache of frames to improve performance. The larger the cache, the better the performance when selecting random frames via the EXE export player playback controls.

This property determines whether the cache is stored in memory or on the disk, as follows:

Value

Cache type

0

Default

1

Memory

2

Disk

Access to a memory cache will be faster and therefore will give smaller seek times than a disk cache, at a cost of higher memory usage.

Setting a value of zero means that the player will use a memory cache if enough free memory is available, and if not, it will use a disk cache.

The CacheEnabled property determines whether or not a cache will be used.
 

See Also

FBExportToEXEParams::CacheDiskSize  FBExportToEXEParams::CacheMemorySize  FBExportToEXEParams::CacheEnabled