AddAudioWithTran
|
AddAudioWithTran Method |
Description
Add Audio files into timeline if you called AddVideoWithTran before. Make the audio and video sync.
Syntax
Public Function AddAudioWithTran( _ |
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
iTranDuration
the duration of tranistion , it must same as AddVideoWithTran method 's transitions duration.
Return Value
Return true - successful
Return false - Failed
Example
[Visual Basic Syntax] |