BB FlashBack SDK: FBPlayer

CacheCompressionType

Description

Sets the type of compression used in the image cache.

Syntax

[C#/C++]
public long CacheCompressionType

[VB.NET]
Public Property CacheCompressionType As Long
 

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.

The compression types selected by this property are as follows:

Value

Compression type

0

Run length encoding (RLE).

1

LZW 'zip' compression.

LZW should give better compression of frames, but will require more processor time to uncompress frames from the cache.
 

See Also

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