WMVProfile
Viscom Software Screen2Video 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 = Screen2Video1.WMVProfiles.Item(1)