|
MLT 7.40.0
Multimedia Framework
|


Public Member Functions | |
| __assign__ (self, arg2) | |
| __init__ (self, *args) | |
| get_animation (self) | |
| get_item (self, position, is_key, arg4) | |
| interpolate (self) | |
| is_key (self, position) | |
| is_valid (self) | |
| key_count (self) | |
| key_get (self, index, frame, arg4) | |
| key_get_frame (self, index) | |
| key_get_type (self, index) | |
| key_set_frame (self, index, frame) | |
| key_set_type (self, index, type) | |
| keyframe_type (self, position) | |
| length (self) | |
| next_key (self, *args) | |
| previous_key (self, *args) | |
| remove (self, position) | |
| serialize_cut (self, *args) | |
| set_length (self, length) | |
| shift_frames (self, shift) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Static Private Attributes | |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _mlt7.delete_Animation | |
Proxy of C++ Mlt::Animation class.
| mlt.Animation.__init__ | ( | self, | |
| * | args | ||
| ) |
| mlt.Animation.__assign__ | ( | self, | |
| arg2 | |||
| ) |
| mlt.Animation.get_animation | ( | self | ) |
| mlt.Animation.get_item | ( | self, | |
| position, | |||
| is_key, | |||
| arg4 | |||
| ) |
Get the interpolated value and keyframe type at ``position``.
| mlt.Animation.interpolate | ( | self | ) |
Recalculate intermediate values between keyframes.
| mlt.Animation.is_key | ( | self, | |
| position | |||
| ) |
Return true if ``position`` is exactly a keyframe.
| mlt.Animation.is_valid | ( | self | ) |
Return true if the underlying handle is non-null.
| mlt.Animation.key_count | ( | self | ) |
Return the total number of keyframes.
| mlt.Animation.key_get | ( | self, | |
| index, | |||
| frame, | |||
| arg4 | |||
| ) |
Get the frame and type of the keyframe at ``index``.
| mlt.Animation.key_get_frame | ( | self, | |
| index | |||
| ) |
Return the frame number of the keyframe at ``index``.
| mlt.Animation.key_get_type | ( | self, | |
| index | |||
| ) |
Return the interpolation type of the keyframe at ``index``.
| mlt.Animation.key_set_frame | ( | self, | |
| index, | |||
| frame | |||
| ) |
Move the keyframe at ``index`` to ``frame``.
| mlt.Animation.key_set_type | ( | self, | |
| index, | |||
| type | |||
| ) |
Set the interpolation type of the keyframe at ``index``.
| mlt.Animation.keyframe_type | ( | self, | |
| position | |||
| ) |
Return the interpolation type of the keyframe at ``position``.
| mlt.Animation.length | ( | self | ) |
Return the animation length in frames.
| mlt.Animation.next_key | ( | self, | |
| * | args | ||
| ) |
| mlt.Animation.previous_key | ( | self, | |
| * | args | ||
| ) |
| mlt.Animation.remove | ( | self, | |
| position | |||
| ) |
Remove the keyframe at ``position``.
| mlt.Animation.serialize_cut | ( | self, | |
| * | args | ||
| ) |
| mlt.Animation.set_length | ( | self, | |
| length | |||
| ) |
Set a new total length, scaling keyframe positions proportionally.
| mlt.Animation.shift_frames | ( | self, | |
| shift | |||
| ) |
Shift all keyframe positions by ``shift`` frames.
|
staticprivate |
|
staticprivate |
|
static |