Movie Maker Timeline Control

WMVProfile Property

Description
   Set/Get the WMV Profile when save to wmv video format. You may use GetWMVProfile method to get the all wmv profiles in your system.

Property Type
    Read/Write property

Data Type
    Integer

Syntax

TimelineControl.WMVProfile[= value]

Example

[Visual Basic Syntax]
TimelineControl1.SetVideoTrackResolution 720, 480
TimelineControl1.OutputType=1
TimelineControl1.WMVProfile=2
iresult = TimelineControl1.Save("c:\yourfolder\yourfile.wmv")