swfmovie_setnumberofframes.3
来自「Ming is a library for generating Macrome」· 3 代码 · 共 33 行
3
33 行
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!.TH "SWFMovie_setNumberOfFrames" 3 "15 March 2007" "c2man movie.c".SH "NAME"SWFMovie_setNumberOfFrames \- set the frame count of a movie.SH "SYNOPSIS".ft B#include <ming.h>.br.spvoid SWFMovie_setNumberOfFrames.br(.br SWFMovie movie,.br int totalFrames.br);.ft R.SH "PARAMETERS".TP.B "SWFMovie movie"Movie to adjust..TP.B "int totalFrames"New frame count..SH "DESCRIPTION"This function sets the frame count for the movie. If the number offrames specified here exceeds the number of frame created when addingcontent to the movie, then blank frames will be added to the movie topad it to the specified frame count.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?