Audio Capture ActiveX Control

AudioInputPins.FindInputPin

Description:   

Search the AudioInputPins Collection for a given string. The string contains the name of a Audio Input Pin.

Usage:   

AudioInputPins.FindInputPin Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example find the audio input pin:

AudioIndex = AudioCapture1.AudioInputPins.FindInputPin "Microphone" 

Remark:   

If the property Name of an AudioInputPin object is equal to the given string. The FindInputPin method return the index of the AudioInputPin in the Collection. If the string is not found, the FindInputPin method return -1.