Viscom Software Screen2Video ActiveX Control

CaptureAudio Property

Description:   

Enable or Disable capture audio.(e.g from microphone). When you output wmv file, if you set the CaptureAudio = False, you need select the wmv profile that only contain video stream. You may use our wmv profile editor activex to create it.

Usage:   

Screen2Video1.CaptureAudio[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example enable capture audio:
Private Sub Form_Load()
        Screen2Video1.CaptureAudio=True
        Screen2Video1.Start

End Sub