Viscom Software Screen2Video ActiveX Control

WMVProfiles.Item Property

Description:   

Return the WMVProfile at the specified position.

Usage:   

WMVProfiles.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first WMVProfile object:

Dim myWMVProfile As WMVProfile

Set myWMVProfile = VideoCap1.WMVProfiles.Item(1)