Movie Maker Timeline Control

AVIAudioCompressor Property

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

Property Type
    Read/Write property

Data Type
    Integer

Syntax

TimelineControl.AVIAudioCompressor[= 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")