Viscom Software Screen2Video ActiveX Control

OutputType Property

Description:   

Set the output video format,  including avi file, wmv, swf, flv, vcd, svcd, dvd, MP4 file.

Usage:   

Screen2Video1.OutputType[= value]

 0 - AVI
 1 - WMV
 2 - SWF
 3 - FLV
 4 - VCD PAL
 5 - VCD NTSC
 6 - SVCD PAL
 7 - SVCD NTSC
 8 - DVD PAL
 9 - DVD NTSC
10 - MP4

 

Data Type:   

Boolean

Example:   

This Visual Basic example 

Private Sub Capture_Click()      
        Screen2Video1.OutputType=1
        Screen2Video1.WMVProfile=0
        Screen2Video1.FileName="c:\test.wmv"
        Screen2Video1.Start

End Sub