ICSeqCompressFrameEnd

The ICSeqCompressFrameEnd function ends sequence compression that was initiated by using the ICSeqCompressFrameStart and ICSeqCompressFrame functions.

void ICSeqCompressFrameEnd(
  PCOMPVARS pc  
);
 

Parameters

pc
Address of 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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

Video Compression Manager Overview, Video Compression Functions, ICSeqCompressFrameStart, ICSeqCompressFrame, COMPVARS, ICCompressorFree