ICSeqCompressFrameEnd function (vfw.h)

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

Syntax

void VFWAPI ICSeqCompressFrameEnd(
  PCOMPVARS pc
);

Parameters

pc

Pointer to a COMPVARS structure used during sequence compression.

Return value

This function does not return a value.

Remarks

When finished with compression, use the ICCompressorFree function to release the resources specified by COMPVARS.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Msvfw32.dll

See also

Video Compression Functions

Video Compression Manager