Carbon


CompressSequenceBegin

Header: ImageCompression.h Carbon status: Supported

OSErr CompressSequenceBegin (
    ImageSequence *seqID, 
    PixMapHandle src, 
    PixMapHandle prev, 
    const Rect *srcRect, 
    const Rect *prevRect, 
    SInt16 colorDepth, 
    CodecType cType, 
    CompressorComponent codec, 
    CodecQ spatialQuality, 
    CodecQ temporalQuality, 
    SInt32 keyFrameRate, 
    CTabHandle ctable, 
    CodecFlags flags, 
    ImageDescriptionHandle desc
);
function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when QuickTime 2.5 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)