NNS_G2dGetUserExAnimFrameAttr

C Specification

#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline const NNSG2dUserExAnimFrameAttr* 
NNS_G2dGetUserExAnimFrameAttr
( 
const NNSG2dUserExAnimSequenceAttr* pAnimSeqAttr,
u16                                 idx 
);

Arguments

pAnimSeqAttr [IN] Animation sequence user extended attribute
idx [IN] Animation frame number

Return Values

The animation frame user extended attribute

Description

Obtains the animation frame user extended attribute from the animation sequence user extended attribute. Returns NULL when an invalid number is specified. Specify the -oua option to obtain the output data that contains the user extended attribute.

See Also

None.

Revision History

09/01/2005 Initial version.