GetImageClip
|
GetImageClip Method |
Description
Get image clip information.
Syntax
Public Function GetImageClip ( _ |
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 image clip
filename
return the path of image file
clipStartTime
return the startime of the clip on the timeline
clipStopTime
return the stoptime of the clip on the timeline
Return Value
filename
return the path of image file
clipStartTime
return the startime of the clip on the timeline
clipStopTime
return the stoptime of the clip on the timeline
stretchMode
return the stretchMode.
Example
Visual Basic Syntax |