The function
ProAnimmovieCreate() creates an animation movie. At its creation, a movie does not contain any frames. To add frames to the animation movie, call the function
ProAnimmovieFrameAdd().
To remove a frame from an animation movie, call the function
ProAnimmovieFrameRemove(). Note that this action does not cause the frame to be deleted; use
ProAnimmovieDelete() to release the memory of the animation frame.
The function
ProAnimmovieFrameVisit() enables you to visit each of the frames in an animation movie. The input arguments to the function specify the action and filtration functions, which are of type
ProAnimFrameAct.