Viscom Software Screen2Video ActiveX Control

WMVProfiles.FindWMVProfileDesc Method

Description:   

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

Usage:   

WMVProfiles.FindWMVProfileDesc index

Data Type:   

Integer

Return Value:   

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

Example:   

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

strWMVDesc= Screen2Video1.WMVProfiles.FindWMVProfileDesc(2)