AMStreamSelectAudioTrack
|
AMStreamSelectAudioTrack Method |
Description
Select the specific audio track before preview or convert the video.
Syntax
Public Function AMStreamSelectAudioTrack ( _ |
Parameter
strMediaFile
the string of media file. If the timeline have more than one video files, you may search for the media file name and set to specific audio track.
iAudioTrackI
the index of audio track.
Return Value
Return true if successful, otherwise return false.
Example
Visual Basic Syntax |