Description | |||||
Visits animation frames in an animation movie. | |||||
Synopsis | |||||
#include <ProAnimate.h> | |||||
ProError | ProAnimmovieFrameVisit | ( | |||
ProAnimMovie anim_movie | |||||
/* (In) | |||||
The handle to the animation movie | |||||
*/ | |||||
ProAnimFrameAct visit_action | |||||
/* (In) | |||||
The application-supplied function to be invoked for each animation frame | |||||
*/ | |||||
ProAnimFrameAct filter_action | |||||
/* (In) | |||||
The application-supplied function to be invoked for each animation frame that decides whether the animation frame should be visited. If NULL, all frames are visited using the action function. | |||||
*/ | |||||
ProAppData app_data | |||||
/* (In) | |||||
The application-supplied data passed to the visit and filter functions | |||||
*/ | |||||
) | |||||
Returns | |||||
|