Viscom Software VideoCap ActiveX Control

WMVProfiles.FindWMVProfileName 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 FindWMVProfileName method return name of the WMVProfile  in the Collection. If the index is not found, the FindWMVProfileName method return empty string.

Example:   

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

strWMVName= VideoCap1.VideoInputs.FindWMVProfileName(2)