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

keyframe Struct Reference

This structure represents an inserted key frame. More...

#include <keyframe.h>

Collaboration diagram for keyframe:

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.
mvalueq
 The place where these data should be updated for this key frame.

Detailed Description

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.

Author:
Fabio J. Gonzalez

Field Documentation

gpointer data

The value of the pointer mvalue::data in this key frame.

Author:
Fabio J. Gonzalez
guint32 frame

The number of the key frame in which the previous values ​​were inserted.

Author:
Fabio J. Gonzalez
guint32 len

The amount of memory allocated to the pointer (useful when it is copied to mvalue::data)

Author:
Fabio J. Gonzalez

The place where these data should be updated for this key frame.

Author:
Fabio J. Gonzalez
gdouble v

The value of the variable mvalue::v in this key frame.

Author:
Fabio J. Gonzalez

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