Viscom Software VideoCap ActiveX Control

AudioInputPins.SetMixLevel Method

Description:   

Search the AudioInputPins Collection for a index and set the recording level.

Usage:   

AudioDevices.SetMixLevel Index , MixLevel

Data Type:   

Index - Integer
MixLevel - Double range from 0.0 to 1.0

Return Value:   

Return True if successful, otherwise false.

Example:   

This Visual Basic example set the first index of audio input pin to 50% recording level:

VideoCap1.AudioInputPins.SetMixLevel 0,0.5