AudioDevice
Viscom Software Screen2Video 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 = Screen2Video1.AudioDeivces.Item(1)