AddAudioWithFastMotion
|
AddAudioWithFastMotion Method |
Description
Add the audio to timeline and then add fast motion effect. If the strFile is the video file, it will extract audio stream and add to timeline.You may add this effect on preview or save to another video formats.
Syntax
Public Function AddAudioWithFastMotion ( _ |
Parameter
strFile
the file path of video file
iVideoStart
the start time of audio time you want extract
iVideoStop
the end time of audio time you want extract
iFastMotionRate
the value of fast motion rate, the rangle from (0.1 to 0.9).
0.1 - about add fast motion rate 10%
0.5 - about add fast motion rate 50%
Return Value
Return true - successful
Return false - Failed
Example
Visual Basic Syntax |