VDGetDigitizerInfo
TheVDGetDigitizerInfofunction returns capability and status information about a specified video digitizer component.All video digitizer components must support this function.
pascal VideoDigitizerError VDGetDigitizerInfo (VideoDigitizerComponent ci, DigitizerInfo *info);
ci- Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's
OpenComponentfunction.info- Contains a pointer to a digitizer information structure. The
VDGetDigitizerInfofunction returns information describing the capabilities of the specified video digitizer into this structure. See "The Digitizer Information Structure" on page 8-20 for a complete description.DESCRIPTION
TheVDGetDigitizerInfofunction returns the capability and status information in a digitizer information structure (defined by theDigitizerInfodata type).RESULT CODE
noErr 0 No error SEE ALSO
Your application may also use theVDGetCurrentFlagsfunction (described in the next section) to retrieve just the current status information about a video digitizer component.