Audio Capture ActiveX Control

AudioDevices.Count

Description:   

Return the count of AudioDevice object in the collection.

Usage:   

AudioDevices.Count

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the total audio devices:

TotalAudioDevice = AudioCapture1.AudioDevices.Count