Audio Capture ActiveX Control

FindInputPin

 

Search the Input Pin for a given string. It will return the index of input pin.

Public Function FindInputPin(
     ByVal strInputPinName As String, _
    ) as Integer

 

Parameter
strInputPinName
the name of input pin you want to found.

Return Value
The index of input pin. otherwise it will return -1.


Example

   

Visual Basic Syntax
iIndex =AudioCapture1.FindInputPin "Microphone"