Audio Capture ActiveX Control

WMVProfiles.FindWMVProfile

Description:   

Search the WMVProfiles Collection for a given string. The string contains the name of a WMV Profile.

Usage:   

WMVProfiles.FindWMVProfile Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example find the WMVProfile:

WMVProfileIndex = AudioCapture1.WMVProfiles.FindWMVProfile "Windows Media Audio 8 for Dial-up Modem (32Kbps)"

Remark:   

If the property Name of a WMVProfile object is equal to the given string. The FindWMVProfile method return the index of the WMVProfile in the Collection. If the string is not found, the WMVProfile method return -1.