VDSetClipState
TheVDSetClipStatefunction allows applications to control whether clipping is enabled.
pascal VideoDigitizerError VDSetClipState (VideoDigitizerComponent ci, short clipEnable);
ci- Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's
OpenComponentfunction.clipEnable- Controls whether clipping is enabled. Valid values are
0- Disable clipping
1- Enable clipping
RESULT CODES
noErr 0 No error digiUnimpErr -2201 Function not supported SEE ALSO
Applications can determine whether clipping is enabled by calling theVDGetClipStatefunction, which is described in the next section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help