#include <image.h>
Collaboration diagram for hoa_video::private_video::AnimationFrame:

Public Attributes | |
| uint32 | frame_time |
| The time to display this frame image, in milliseconds. | |
| StillImage | image |
| The StillImage used for this frame in the animation. | |
****************************************************************************
Definition at line 462 of file image.h.
The time to display this frame image, in milliseconds.
Definition at line 465 of file image.h.
Referenced by hoa_video::AnimatedImage::AddFrame().
The StillImage used for this frame in the animation.
Definition at line 468 of file image.h.
Referenced by hoa_video::AnimatedImage::AddFrame().
1.5.1