Audio Capture ActiveX Control

AudioInputPin Object

An AudioInputPin object represents a audio input pin, e.g line in, microphone.

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 = AudioCapture1.AudioInputPins.Item(1)