Viscom Software Screen2Video ActiveX Control

AudioDevices.FindDeviceName Method

Description:   

Search the AudioDevices Collection for a index and return the device name.

Usage:   

AudioDevices.FindDeviceName Index

Data Type:   

Integer

Return Value:   

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.

Example:   

This Visual Basic example find the five index of  Audio capture device:

strAudioDeviceName = Screen2Video1.AudioDevices.FindDeviceName(5)