Audio Capture ActiveX Control

WMVProfiles.FindWMVProfileName

Description:   

Search the WMVProfiles Collection for a index and return the wmv profile name.

Usage:   

WMVProfiles.FindWMVProfileName index

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example find the 2 index of wmv profile:

strWMVDesc= AudioCapture1.WMVProfiles.FindWMVProfileName(2)

Remark:   

If the index of  WMVProfile object is equal to the given index. The FindWMVProfileName method return name of the WMVProfile  in the Collection. If the index is not found, the FindWMVProfileName method return empty string.