BB FlashBack SDK: FBPlayer

CacheEnabled

Description

Determines whether the SDK will use its internal frame cache.

Syntax

[C#/C++]
public: Bool CacheEnabled

[VB.NET]
Public Property CacheEnabled As Boolean
 

Remarks

The FBPlayer class keeps a cache of frames that have been decompressed from the movie file, to speed up displaying frames out of sequence. For more details, see About The Player Cache.

Setting CacheEnabled to True means FBPlayer will try to set sensible defaults for other cache-related properties. It is not necessary to set these properties manually, unless defaults need to be overridden.
 

See Also

FBPlayer::CacheCompressionType  FBPlayer::CacheDiskLimit  FBPlayer::CacheEnabled  FBPlayer::CacheFramesFrequency  FBPlayer::CacheMemoryLimit  FBPlayer::CacheType