Viscom Software VideoCap ActiveX Control

VideoInputs.FindVideoInputName Method

Description:   

Search the VideoInputs Collection for a index and return the video input name.

Usage:   

VideoInputs.FindVideoInputName index

Data Type:   

Integer

Return Value:   

If the index of  Video Input object is equal to the given index. The FindVideoInputName method return name of the VideoInput  in the Collection. If the index is not found, the FindVideoInputName method return empty string.

Example:   

This Visual Basic example find the 2 index of  video input:

strVideoInput= VideoCap1.VideoInputs.FindVideoInputName(2)