VideoEdit Gold ActiveX Control

WMVProfile Object

Description

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

A WMVProfile can be obtained out of the WMVProfiles collection.

 

Example

[Visual Basic Syntax] (This example illustrates how to obtain the WMVProfile)
Dim myWMVProfile As WMVProfile
Set myWMVProfile = VideoEdit1.WMVProfiles.Item(1)