Viscom Software Screen2Video ActiveX Control

AudioMixWithSpeaker Property

Description:   

Enable or Disable mixing specific audio device with speaker. If you select AudioDevice =0, It is microphone, It will mixing microphone with speaker. Even you use Window 7 or Vista computer that have not Stereo Mix., It same can mixing microphone with speaker.
If you set AudioMixWithSpeaker = true, output avi, wmv file is not support. but you may select output MP4 file.
 

Usage:   

Screen2Video1.AudioMixWithSpeaker[= value]

 

Data Type:   

True

Example:   

This Visual Basic example 

Private Sub Capture_Click()      
        Screen2Video1.AudioDevice=0
        Screen2Video1.AudioInputPin=0
        Screen2Video1.AudioMixWithSpeaker=true
        Screen2Video1.AudioMixAudioDevice2InputPin = 1
        Screen2Video1.Start

End Sub