Viscom Software VideoCap ActiveX Control

Devices.Item Property

Description:   

Return the Device at the specified position.

Usage:   

Devices.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first Video Capture Device object:

Dim myDevice As Device

Set myDevice = VideoCap1.Devices.Item(1)