Viscom Software VideoCap ActiveX Control

OutputWMV Property

Description:   

Enable or disable output WMV file when capture file.If output file is WMV file, WMV file must contain video and audio. So CaptureAudio and CaptureVideo property will effect when output WMV file.

Usage:   

VideoCap1.OutputWMV[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example output wmv file:

Private Sub Capture_Click()
 VideoCap1.WMVProfile = 2
 VideoCap1.CaptureFileName = "c:\test.wmv"
 VideoCap1.OutputWMV = True
 VideoCap1.CaptureMode = True
  VideoCap1.Start
End Sub


Value:   

 True or False