JVCL Help:TJvVideoFormat.Compression

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The compression used by the frames.


Pascal

 propertyCompression: Integer;


Description

Each frame may be compressed using the given compression. The value can take the values you can get in the biCompression member of a BITMAPINFOHEADER structure. At the moment of writing, these values are:

Value Meaning
BI_RGB No compression
BI_RLE8 Run Length Encoding with a BitDepth equal to 8
BI_RLE4 Run Length Encoding with a BitDepth equal to 4
BI_BITFIELDS No compression with a BitDepth equal to 16 or 32
BI_JPEG JPEG compression (Win98/Me/2k/XP only)
BI_PNG PNG compression (Win98/Me/2k/XP only)


See Also

TJvVideoFormat.BitDepth, TJvVideoFormat.PixelFormat


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page