Audio Capture SDK ActiveX Control ReferenceMethods FindAudioDevice Audio Capture ActiveX Control FindAudioDevice Search the Audio Device for a given string. It will return the index of audio device Public Function FindAudioDevice( ByVal strDeviceName As String, _ ) as Integer ParameterstrDeviceNamethe name of audio device you want to found.Return ValueThe index of audio device. otherwise it will return -1. Example Visual Basic SyntaxiIndex =AudioCapture1.FindAudioDevice "SB Live"