Viscom Software VideoCap ActiveX Control

Devices.FindDeviceName Method

Description:   

Search the Devices Collection for a index and return the device name.

Usage:   

Devices.FindDeviceName Index

Data Type:   

Integer

Return Value:   

If the index of  Device object is equal to the given index. The FindDeviceName method return name of the Device in the Collection. If the index is not found, the FindDeviceName method return empty string.

Example:   

This Visual Basic example find the five index of  video capture device:

strDeviceName = VideoCap1.Devices.FindDeviceName(5)