Viscom Software Screen2Video ActiveX Control

OutputType Property

Description:   

Set the output video format,  including avi file, wmv file.

Usage:   

Screen2Video1.OutputType[= value]

 0 - AVI
 1 - WMV
 

 

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