GetCSequenceDataRateParams
The GetCSequenceDataRateParams function obtains the data rate parameters previously set with the SetCSequenceDataRateParams function, which is described in the previous section.
pascal OSErr GetCSequenceDataRateParams
(ImageSequence seqID,
DataRateParamsPtr params);
seqID
- Contains the unique sequence identifier that was returned by the
CompressSequenceBegin function (described on page 3-100).
params
- Points to the data rate parameters structure associated with the sequence identifier specified in the
seqID parameter.
RESULT CODES
| noErr | 0 | No error |
| paramErr | -50 | Invalid parameter specified |