ICSeqCompressFrameEnd
The ICSeqCompressFrameEnd function ends sequence compression that was initiated by using the ICSeqCompressFrameStart and ICSeqCompressFrame functions.
void ICSeqCompressFrameEnd(
PCOMPVARS pc
);
Parameters
pc
Pointer to a COMPVARS structure used during sequence compression.
Return Values
This function does not return a value.
Remarks
When finished with compression, use the ICCompressorFree function to release the resources specified by COMPVARS.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also
Video Compression Manager, Video Compression Functions, ICSeqCompressFrameStart, ICSeqCompressFrame, COMPVARS, ICCompressorFree