You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added new clip method that returns all properties for a given frame in JSON.
This commit is contained in:
@@ -107,6 +107,9 @@ namespace openshot {
|
||||
/// Add a new point on the key-frame, with a specific interpolation type
|
||||
void AddPoint(float x, float y, InterpolationType interpolate);
|
||||
|
||||
/// Does this keyframe contain a specific point
|
||||
bool Contains(Point p);
|
||||
|
||||
/// Set the handles, used for smooth curves. The handles are based on the surrounding points.
|
||||
void SetHandles(Point current);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user