FindDeviceName
|
AudioDevices.FindDeviceName |
Description: |
Search the AudioDevices Collection for a index and return the device name. |
Usage: |
AudioDevices.FindDeviceName Index |
Data Type: |
Integer |
Limitations: |
Read Only |
Example: |
This Visual Basic example find the five index of Audio capture device: |
Remark: |
If the index of AudioDevice object is equal to the given index. The FindDeviceName method return name of the Audio Device in the Collection. If the index is not found, the FindDeviceName method return empty string. |