Viscom Software VideoCap ActiveX Control

WMVProfile Object

A WMVProfile object represents a window media file profile. (this include name, description and media type.) Before videocap output the wmv file. Developer must set the profile.

A WMVProfile can be obtained out of the WMVProfiles collection.

Example:   

This VB example illustrates how to obtain the WMVProfile.

Dim myWMVProfile As WMVProfile
Set myWMVProfile = VideoCap1.WMVProfiles.Item(1)