OpenShot Library | libopenshot
0.3.3
|
Go to the documentation of this file.
13 #ifndef OPENSHOT_TIMELINE_BASE_H
14 #define OPENSHOT_TIMELINE_BASE_H
53 virtual std::list<openshot::Clip*>
Clips() = 0;
TimelineBase()
Constructor for the base timeline.
int preview_width
Optional preview width of timeline image. If your preview window is smaller than the timeline,...
virtual ~TimelineBase()=default
This namespace is the default namespace for all code in the openshot library.
int preview_height
Optional preview width of timeline image. If your preview window is smaller than the timeline,...
bool is_before_clip_keyframes
Is this before clip keyframes are applied.
This struct contains info about the current Timeline clip instance.
This class represents a timeline (used for building generic timeline implementations)
bool is_top_clip
Is clip on top (if overlapping another clip)
virtual std::list< openshot::Clip * > Clips()=0