VideoInput
Viscom Software VideoCap ActiveX Control |
VideoInput Object
A VideoInput object represents a video input (video composite, S-Video, TV Tuner).
A VideoInput can be obtained out of the VideoInputs collection.
Example:
This VB example illustrates how to obtain the video input.
Dim myVideoInput As VideoInput
Set myVideoInput = VideoCap1.VideoInput.Item(1)