Viscom Software VideoCap ActiveX Control

SyncStreamOffset Property

Description:   

If set the SyncMode = 2, you may custom define the stream offset.

Usage:   

VideoCap1.SyncStreamOffset[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
       VideoCap1.SyncMode= 2
       VideoCap1.SyncStreamOffset=1
       VideoCap1.Start
     
End Sub


Value:   

The value of stream offset. The unit is ms.