Viscom Software VideoCap ActiveX Control

WMVProfile.Name Property

Description:   

Return the name of the WMVProfile.

Usage:   

WMVProfile.Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example load all window media profile into combo:

Dim myProfile as WMVProfile

For Each myProfile In VideoCap1.WMVProfiles
    cboProfile.AddItem myProfile.Name
Next