GetTextClip
|
GetTextClip Method |
Description
Get audio clip information.
Syntax
Public Function GetAudioClip ( _ |
Parameter
trackIndex
0 - Transition Track
1 - Video 1 Track
2 - Video 2 Track
3 - Image Track
4 - Effect Track
5 - Audio 1 Track
6 - Audio 2 Track
7 - Text Track
clipIndex
the index of audio clip
filename
return the path of audio/video file
clipStartTime
return the startime of the clip on the timeline
clipStopTime
return the stoptime of the clip on the timeline
mediaTime
return the media start time of the clip on the timeline.
volume
return the volume of the clip on the timeline.
Return Value
filename
return the path of audio/video file
clipStartTime
return the startime of the clip on the timeline
clipStopTime
return the stoptime of the clip on the timeline
mediaTime
return the media start time of the clip on the timeline.
volume
return the volume of the clip on the timeline.
Example
Visual Basic Syntax |