AudioInputPin
Viscom Software Screen2Video ActiveX Control |
AudioInputPin Object
An AudioInputPin object represents an audio input pin.
An AudioInputPin can be obtained out of the AudioInputPins collection.
Example:
This VB example illustrates how to obtain the audio input pin.
Dim myAudioInputPin As AudioInputPin
Set myAudioInputPin = Screen2Video1.AudioInputPins.Item(1)