Audio Capture SDK ActiveX Control ReferenceMethods FindInputPin 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 ParameterstrInputPinNamethe name of input pin you want to found.Return ValueThe index of input pin. otherwise it will return -1. Example Visual Basic SyntaxiIndex =AudioCapture1.FindInputPin "Microphone"