SWFMovie_setNumberOfFrames
set the frame count of a movie
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
set the frame count of a movie
#include <ming.h>
void SWFMovie_setNumberOfFrames
(
SWFMovie movie,
int totalFrames
);
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.