|
MLT
7.34.0
|
Animation class. More...
#include <mlt_animation.h>
Data Fields | |
| int | frame |
| the frame number for this instance of the property More... | |
| int | is_key |
| a boolean of whether this is a key frame or an interpolated item More... | |
| mlt_keyframe_type | keyframe_type |
| the method of interpolation for this key frame More... | |
| mlt_property | property |
| the property for this point in time More... | |
Animation class.
Once an animation has been constructed using mlt_properties_s, this interface provides a to query and manipulate the animation except for values. One must use mlt_properties_s still to get, set, and change values.
An animation item that represents a keyframe-property combination.
| int mlt_animation_item_s::frame |
the frame number for this instance of the property
| int mlt_animation_item_s::is_key |
a boolean of whether this is a key frame or an interpolated item
| mlt_keyframe_type mlt_animation_item_s::keyframe_type |
the method of interpolation for this key frame
| mlt_property mlt_animation_item_s::property |
the property for this point in time