![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
This structure is generated for each animated variable. More...
#include <keyframe.h>
Data Fields | |
gdouble | v |
This is the calculated value (using keyframes) for the current frame. | |
gpointer | data |
This is the place of memory where the data for the current frame. | |
guint32 | len |
The amount of allocated memory(mvalue::data). | |
GList * | frames |
The key frames that will be used to obtain the current frame. | |
Layer * | layer |
This animated variable, this within a layer (the key frame is inserted for the position, fps, etc. layer) . Or out of this layer (directly in the composition). This argument is the layer in which the key frames are inserted. |
This structure is generated for each animated variable.
gpointer data |
This is the place of memory where the data for the current frame.
GList* frames |
The key frames that will be used to obtain the current frame.
This animated variable, this within a layer (the key frame is inserted for the position, fps, etc. layer) . Or out of this layer (directly in the composition). This argument is the layer in which the key frames are inserted.
guint32 len |
The amount of allocated memory(mvalue::data).
gdouble v |
This is the calculated value (using keyframes) for the current frame.