FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

mvalue Struct Reference

This structure is generated for each animated variable. More...

#include <keyframe.h>

Collaboration diagram for mvalue:

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.
Layerlayer
 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.

Detailed Description

This structure is generated for each animated variable.

Author:
Fabio J. Gonzalez

Field Documentation

gpointer data

This is the place of memory where the data for the current frame.

Author:
Fabio J. Gonzalez
GList* frames

The key frames that will be used to obtain the current frame.

Author:
Fabio J. Gonzalez

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.

Author:
Fabio J. Gonzalez
guint32 len

The amount of allocated memory(mvalue::data).

Author:
Fabio J. Gonzalez
gdouble v

This is the calculated value (using keyframes) for the current frame.

Author:
Fabio J. Gonzalez

The documentation for this struct was generated from the following file:
All Data Structures Files Functions Variables Typedefs Defines