GetCSequenceKeyFrameRate
TheGetCSequenceKeyFrameRatefunction lets you determine the current key frame rate of a sequence.
pascal OSErr GetCSequenceKeyFrameRate (ImageSequence seqID, long *keyframerate);
seqID- Contains the unique sequence identifier that was returned by the
CompressSequenceBeginfunction (described on page 3-100).keyframerate- Contains a pointer to a long integer that specifies the maximum number of frames allowed between key frames. Key frames provide points from which a temporally compressed sequence may be decompressed.
SEE ALSO
You can set the key frame rate of a sequence with theSetCSequenceKeyFrameRatefunction, described in the previous section.RESULT CODES
noErr 0 No error paramErr -50 Invalid parameter specified
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help