Viscom Software VideoCap ActiveX Control

EffectVideoFrame Property

Description:   

The index of selected video frame.. You must set  EffectType=2 first. If you want to use this feature, you need purchased our Video Frame Plugin.
The first index is 1, If you purchased Video Frame Plugin, you may use over 190 predefine beautiful frame.

Usage:   

VideoCap1.EffectVideoFrame[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
     VideoCap1.EffectType = 2
     VideoCap1.EffectVideoFrame = 1
     VideoCap1.Start
End Sub


Value:   

1- 199