manpagez: man pages & more
man SWFMovie_setNumberOfFrames(3)
Home | html | info | man
SWFMovie_setNumberOfFrames(3)                    SWFMovie_setNumberOfFrames(3)




NAME

       SWFMovie_setNumberOfFrames - set the frame count of a movie


SYNOPSIS

       #include <ming.h>

       void SWFMovie_setNumberOfFrames
       (
            SWFMovie movie,
            int totalFrames
       );


PARAMETERS

       SWFMovie movie
              Movie to adjust.

       int totalFrames
              New frame count.


DESCRIPTION

       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.



c2man movie.c                   1 October 2008   SWFMovie_setNumberOfFrames(3)

ming 0.4.3 - Generated Wed Dec 8 06:14:28 CST 2010
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.