VideoEdit Gold ActiveX Control

Preview Method

Description

After you call AddVideo, AddAudio Method , you can preview video/audio files. In same time, you can select either Preview Method or Save Method.

 

Syntax

Public Function Preview()as Boolean

 

Return Value

Return true - successful
Return false - Failed
 

Example

[Visual Basic Syntax]
VideoEdit1.InitControl
VideoEdit1.AddVideo "c:\test3.mpg" , 0,10     'Add test3.mpg into timeline and then extract video from 0 to 10 seconds
VideoEdit1.AddAudio "c:\test3.mpg" , 0,10     'Add test3.mpg into timeline and then extract audio from 0 to 10 seconds
VideoEdit1.Preview