VDReleaseCompressBuffer
TheVDReleaseCompressBufferfunction allows an application to free a buffer received from theVDCompressDonefunction.
pascal VideoDigitizerError VDReleaseCompressBuffer (VideoDigitizerComponent ci, Ptr bufferAddr);
ci- Identifies the application's connection to the video digitizer component. An application obtains this value from the Component Manager's
OpenComponentfunction.bufferAddr- Points to the location of the buffer to be released. This address must correspond to a buffer address that the application obtained from the
VDCompressDonefunction (discussed in the previous section).DESCRIPTION
Once an application frees the buffer, the video digitizer is able to use the buffer for other images. Applications should try to free these buffers as quickly as possible, so that
the video digitizer can make optimum use of its buffer, and thereby support higher frame rates.RESULT CODES
noErr 0 No error digiUnimpErr -2201 Function not supported
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help