Audio Capture SDK ActiveX Control ReferenceMethods GetDeviceList Audio Capture ActiveX Control GetDeviceList Return delimited string with all available audio device. Public Function GetDeviceList( ) as String No ParameterReturn ValueReturn the delimited string with all available audio device.$ would be the delemiter. e.g. "Intel Sound Card$General Sound Card" Example Visual Basic SyntaxstrDeviceList =AudioCapture1.GetDeviceList