MultiTrackAddFirstAudio
|
MultiTrackAddFirstAudio |
Description
Add first audio file to specific track .Use this function, you may create audio mixing effect and picture in picture effect.
Syntax
Public Function MultiTrackAddFirstAudio ( _ |
Parameter
iAudioTrack
the index of audio track. The first audio track is 0.
strFile
the path of media file. It support video/audio file.
iAudioStart
the start time of media file.
iAudioStop
the stop time of media file.
Return Value
Return true - successful
Return false - Failed
Example
Visual Basic Syntax |