|
|
SAA_actionMarkerGetTotalLengths()Returns the total lengths of a set of animation markers in an .ani element. The total length of an action marker is the cycle length multiplied by the number of cycles. set scene [SAA_AllocScene] set action [SAA_AllocElem] . . SAA_actionGetNbActionMarkers $scene $action nbMarkers set markers [ SAA_AllocSubElem $nbMarkers ] . . set totalLengths [ SAA_AllocInt $nbMarkers ] SI_Error SAA_actionMarkerGetTotalLengths $scene $action $nbMarkers $markers $totalLengths Parameters
See Also
|
|
copyright Video-Collage Inc. |