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

 

SAA_actionMarkerGetActive()

SAA_actionMarkerSetActive()

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

set scene [SAA_AllocScene]
set action [SAA_AllocElem]
.
.
set markers [ SAA_AllocSubElem $nbMarkers ]
set active [ SAA_AllocInt $nbMarkers ]
.
.
SI_Error SAA_actionMarkerGetActive $scene $action $nbMarkers $markers $active
SI_Error SAA_actionMarkerSetActive  $scene $action $nbMarkers $markers $active

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().
active
An array containing the active flags of the action markers.

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.