AudioDevice
Viscom Software VideoCap ActiveX Control |
AudioDevice Object
An AudioDevice object represents an audio capture device.
An AudioDevice can be obtained out of the AudioDevices collection.
Example:
This VB example illustrates how to obtain the audio device.
Dim myAudioDevice As AudioDevice
Set myAudioDevice = VideoCap1.AudioDeivces.Item(1)