CDSequenceBusy
Your application may call theCDSequenceBusyfunction to check the status of an asynchronous compression or decompression operation.
pascal OSErr CDSequenceBusy (ImageSequence seqID);
seqID- Contains the unique sequence identifier that was returned by the
DecompressSequenceBeginorCompressSequenceBeginfunction (described on page 3-107 and page 3-100, respectively).DESCRIPTION
If there is no asynchronous operation in progress, theCDSequenceBusyfunction returns a 0 result code. If there is an asynchronous operation in progress, the result code is 1. Negative result codes indicate an error.SPECIAL CONSIDERATIONS
If you call theCDSequenceEndfunction (described in the next section), you don't need to callCDSequenceBusyto make sure you have completed an operation.RESULT CODES
Component Manager errors
paramErr -50 Invalid parameter specified codecUnimpErr -8962 Feature not implemented by this compressor
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help