VideoEdit Gold ActiveX Control

WMVProfiles.FindWMVProfileName Method

Description

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

 

Syntax

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

[Visual Basic Syntax] (This example find the 2 index of wmv profile)
strWMVName= VideoEdit1.WMVProfiles.FindWMVProfileName(2)