VideoEdit Gold ActiveX Control

InitControl Method

Description

Initialize the VideoEdit control. Before you call AddVideo, AddAudio, Save Methods, you must initialize the VideoEdit Control,Otherwise they will return fail.

 

Syntax

Public Sub InitControl()

 

Example

[Visual Basic Syntax]
VideoEdit1.InitControl
VideoEdit1.AddAudio "c:\test3.mp3" , 0,10     'Add test3.mp3 into timeline and extract audio of the test3.mp3 from 0 second to 10 second
VideoEdit1.AddAudio "c:\test4.mp3" , 4,8      'Add test4.mp3 into timeline and extract audio of the test4.mp3 from 4 second to 8 second