AddAudioWithSlowMotion
|
AddAudioWithSlowMotion 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 AddAudioWithSlowMotion ( _ |
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
iSlowMotionRate
the value of slow motion rate, the rangle from (0.1 to 8.0).
0.1 - about add slow motion rate 10%
1.0 - about add slow motion rate 100%
Return Value
Return true - successful
Return false - Failed
Example
Visual Basic Syntax |