BB FlashBack SDK: FBEditor

ImageCacheMode

Description

Sets how much memory should be used by FBEditor for image caching.

Syntax

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

[VB.NET]
Public Property ImageCacheMode As Long
 

Remarks

The FlashBack SDK keeps a cache of frames that have been decompressed from the movie file. This cache makes it faster to display frames out of sequence. When the player is required to show a particular frame, it pulls from the cache the frame that is nearest and still before the requested frame, using this as a convenient starting point from which to render the requested frame.

The larger the cache, the smaller the time taken, on average, to render randomly selected frames.

This property determines the size of the cache in memory used by FBEditor.

Value

Cache size

1

Largest

1

Medium

2

Lowest