Sequence
Compression
Your
application can use the ICSeqCompressFrame
Before an
application can begin compressing a sequence of frames, it must use ICSeqCompressFrameStart
to allocate the necessary resources. After the resources are allocated, the
application can use ICSeqCompressFrame to compress each frame individually.
The frame rate and key-frame frequency used in compressing the sequence are
specified in members of the COMPVARS structure. The return value for ICSeqCompressFrame
points to the compressed data.
When an
application finishes compressing a sequence, it can use ICSeqCompressFrameEnd
to free system resources allocated for ICSeqCompressFrameStart. To
free the resources allocated for the COMPVARS structure, the application
can use the ICCompressorFree