Viscom Software Screen2Video ActiveX Control

CapturePlaybackDevice Property

Description:   

Enable or Disable Capture the Speaker (Playback device). If you set CapturePlaybackDevice = true,  AudioMixWithSpeaker property will set to false automatically. If you have more than one Playback device, you may set PlaybackDevice property to capture from specific playback device. If you set CapturePlaybackDevice = true, output avi, wmv file is not support. but you may select output MP4 file

Usage:   

Screen2Video1.CapturePlaybackDevice[= value]

Data Type:   

bool

Example:   

This Visual Basic example:

Private Sub Form_Load()
        Screen2Video1.CapturePlaybackDevice = True
        Screen2Video1.PlaybackDevice = cboplaybackdevice.ListIndex
        Screen2Video1.Start

End Sub