VDSetPLLFilterType
The VDSetPLLFilterType function allows applications to specify which PLL is to be active.
pascal VideoDigitizerError VDSetPLLFilterType
(VideoDigitizerComponent ci,
short pllType);
ci
- Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's
OpenComponent function.
pllType
- Indicates which PLL is to be active. Available values are
0
- Broadcast mode
1
- VTR mode (stands for video tape recorder--equivalent to VCR, which stands for video cassette recorder)
RESULT CODES
| noErr | 0 | No error |
| digiUnimpErr | -2201 | Function not supported |
| qtParamErr | -2202 | Invalid parameter value |
SEE ALSO
Applications can get the active PLL type by calling the VDGetPLLFilterType function, which is described in the next section.