JVCL Help:ICCompress@HIC@DWORD@PBITMAPINFOHEADER@PVOID@PBITMAPINFOHEADER@PVOID@PDWORD@PDWORD@DWORD@DWORD@DWORD@PBITMAPINFOHEADER@PVOID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ICCompress Function
[+] VFW.pas Functions
Search in JVCL Help
Search in all projectsSummary
The summary for this help topic does not exist, edit this page
Pascal
run\VFW.pas
functionICCompress(hic: HIC; dwFlags: DWORD; lpbiOutput: PBITMAPINFOHEADER; lpData: PVOID; lpbiInput: PBITMAPINFOHEADER; lpBits: PVOID; lpckid: PDWORD; lpdwFlags: PDWORD; lFrameNum: DWORD; dwFrameSize: DWORD; dwQuality: DWORD; lpbiPrev: PBITMAPINFOHEADER; lpPrev: PVOID): DWORD; cdecl;
Parameters
Parameters | Description |
dwFlags: DWORD | flags |
lpbiOutput: PBITMAPINFOHEADER |
|
lpData: PVOID |
|
lpbiInput: PBITMAPINFOHEADER | format of frame to compress |
lpBits: PVOID | frame data to compress |
lpckid: PDWORD | ckid for data in AVI file |
lpdwFlags: PDWORD | flags in the AVI index. |
lFrameNum: DWORD | frame number of seq. |
dwFrameSize: DWORD | reqested size in bytes. (if non zero) |
dwQuality: DWORD | quality within one frame |
lpbiPrev: PBITMAPINFOHEADER | format of previous frame |
lpPrev: PVOID | previous frame |
Description
The description for this help topic does not exist, edit this page
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