AddAudio
|
AddAudio Method |
Description
Add the audio to timeline. This Method support file format include: MOV, MP4, 3GP, DIVX, AVI, WMV, MPEG1,Dat, MPEG2, VOB, FLV, F4V, AVCHD, MP3, WMA. If you add video file, it will extract the audio track into timeline.
Syntax
Public Function AddAudio ( _ |
Parameters
strFile
the file path of audio file
iAudioStart
the start time of video time you want extract
iAudioStop
the end time of video time you want extract
Return Value
Return true - successful
Return false - Failed
Example
[Visual Basic Syntax] |