Viscom Software VideoCap ActiveX Control

SpectrumOwner Property

Description:   

Set/Get the owner of  the Spectrum window. You need set the window handle of the Spectrum window
 

Usage:   

VideoCap1.SpectrumOwner[= value]

Data Type:   

Integer

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.ShowPreview=TRUE
        VideoCap1.CaptureMode=FALSE
        VideoCap1.Start
End Sub


Value:   

10000