Ubuntu Manpages

SWFMovie_setNumberOfFrames

set the frame count of a movie

#include <ming.h>

void SWFMovie_setNumberOfFrames
(
SWFMovie movie,
int totalFrames
);

Movie to adjust.
New frame count.

This function sets the frame count for the movie. If the number of frames specified here exceeds the number of frame created when adding content to the movie, then blank frames will be added to the movie to pad it to the specified frame count.