Movie Maker Timeline Control

AVIVideoCompressor Property

Description
   Set/Get the avi video compressor. set the value to -1 if you do not use video compressor.

Property Type
    Read/Write property

Data Type
    Integer

Syntax

TimelineControl.AVIVideoCompressor[= value]

Example

[Visual Basic Syntax]
TimelineControl1.SetVideoTrackResolution 720, 480
TimelineControl1.OutputType=0
TimelineControl1.AVIVideoCompressor=-1
TimelineControl1.AVIAudioCompressor=-1
iresult = TimelineControl1.Save("c:\yourfolder\yourfile.avi")