vcanim.gif (8357 bytes)SAA_actionMarkerGetNames()
Home ] Sales ] Products ] Services ] Support ] Downloads ]

 

SAA_actionMarkerGetNames()

SAA_actionMarkerSetNames()

Gets or sets the names of a set of action markers in an .ani element.

set scene [SAA_AllocScene]
set action [SAA_AllocElem]
.
.
set int [ SAA_actionGetNbActionMarkers $scene $anim nbItems . . .
set markers [ SAA_AllocSubElem $nbItems ]
SAA_actionGetAnimationMarkers $scene $action $nbMarkers $markers
set nameLengths [ SAA_AllocInt $nbMarkers ]
SAA_actionMarkerGetNameLengths $scene $action $nbMarkers $markers $nameLengths
set names [ SWU_emptyStringList nameLengths TRUE ] 
SAA_actionMarkerGetNames $scene $action $nbMarkers $markers $nameLengths $names
SAA_actionMarkerSetNames $scene $action $nbMarkers $markers $names

Parameters

action
An .ani element. To get an .ani element, use SAA_elementGetAction().
nbMarkers
The number of action markers in markers. To get the total number of action markers of an element, use SAA_actionGetNbActionMarkers().
markers
An array of action markers. To get the action markers of an element, use SAA_actionGetActionMarkers().
nameLengths
An array containing the lengths of the names of the action markers. To get these values, use SAA_actionMarkerGetNameLengths().
names
An array containing the names of the action markers.

See Also

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.