![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
This structure represents an inserted key frame. More...
#include <keyframe.h>
Data Fields | |
gdouble | v |
The value of the variable mvalue::v in this key frame. | |
gpointer | data |
The value of the pointer mvalue::data in this key frame. | |
guint32 | len |
The amount of memory allocated to the pointer (useful when it is copied to mvalue::data) | |
guint32 | frame |
The number of the key frame in which the previous values were inserted. | |
mvalue * | q |
The place where these data should be updated for this key frame. |
This structure represents an inserted key frame.
This structure stores in each key frame, the information used to animate. In other words, each key frame that the User inserts. But no intermediate frames, since these automatically generated.
gpointer data |
The value of the pointer mvalue::data in this key frame.
guint32 frame |
The number of the key frame in which the previous values were inserted.
guint32 len |
The amount of memory allocated to the pointer (useful when it is copied to mvalue::data)