Audio Capture ActiveX Control

GetDeviceList 

 

Return delimited string with all available audio device.

Public Function GetDeviceList(
    ) as String

 

No Parameter

Return Value
Return the delimited string with all available audio device.$ would be the delemiter.

 e.g. "Intel Sound Card$General Sound Card"


Example

   

Visual Basic Syntax
strDeviceList =AudioCapture1.GetDeviceList