VDGetBlackLevelValue
TheVDGetBlackLevelValuefunction returns the current black level value. Black level values range from 0 to 65,535, where 0 represents the maximum black value and 65,535 represents the minimum black value.
pascal VideoDigitizerError VDGetBlackLevelValue (VideoDigitizerComponent ci, unsigned short *blackLevel);
ci- Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's
OpenComponentfunction.blackLevel- Contains a pointer to an integer that is to receive the current black level value. The video digitizer component places the black level value into the field referred to by this parameter.
DESCRIPTION
Applications can set the black level value by calling theVDSetBlackLevelValuefunction (described in the previous section). Applications can obtain the recommended black level value by calling theVDGetVideoDefaultsfunction (described on page 8-66).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