Viscom Software VideoCap ActiveX Control

SpectrumStereo Property

Description:   

Set/Get the stereo mode of  Spectrum window. Set this value to true, it will display stereo mode , otherwise mono mode. Default is true.
 

Usage:   

VideoCap1.SpectrumStereo[= value]

Data Type:   

Bool

Example:   

This Visual Basic example set the size of Spectrum window:

Private Sub Form_Load()
       VideoCap1.UseSpectrum = True
       VideoCap1.PreviewCaptureAudio = True
       VideoCap1.SpectrumOwner = Picture1.hWnd
       VideoCap1.SpectrumWidth = Picture1.Width
        VideoCap1.SpectrumHeight = Picture1.Height
        VideoCap1.SpectrumStereo = False
       VideoCap1.ShowPreview=TRUE
        VideoCap1.CaptureMode=FALSE
        VideoCap1.Start
End Sub


Value:   

True, False