Viscom Software VideoCap ActiveX Control

AudioDevices.Item Property

Description:   

Return the AudioDevice at the specified position.

Usage:   

AudioDevices.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first AudioDevice object:

Dim myAudioDevice As AudioDevice

Set myAudioDevice = VideoCap1.AudioDevices.Item(1)