NNS_G2dCalcAnimSequenceTotalVideoFrames

C Specification

#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline u32 NNS_G2dCalcAnimSequenceTotalVideoFrames
( 
        const NNSG2dAnimSequenceData* pAnimSeq 
);

Arguments

pAnimSeq [IN] Animation sequence data

Return Values

Animation sequence data.

Description

Calculates the total video frame length of the animation sequence data.
A video frame is equivalent to one television frame (1/60 of a second).
Please be aware that video frames are different from animation frames.

Animation frame are the units that make up animations.

See Also

None.

Revision History

01/31/2005 Initial version.