OpenShot Library | libopenshot  0.2.7
Public Attributes | List of all members
openshot::TimelineInfoStruct Struct Reference

This struct contains info about the current Timeline clip instance. More...

#include <TimelineBase.h>

Public Attributes

bool is_top_clip
 Is clip on top (if overlapping another clip) More...
 

Detailed Description

This struct contains info about the current Timeline clip instance.

When the Timeline requests an openshot::Frame instance from a Clip, it passes this struct along, with some additional details from the Timeline, such as if this clip is above or below overlapping clips, etc... This info can help determine if a Clip should apply global effects from the Timeline, such as a global Transition/Mask effect.

Definition at line 46 of file TimelineBase.h.

Member Data Documentation

◆ is_top_clip

bool openshot::TimelineInfoStruct::is_top_clip

Is clip on top (if overlapping another clip)

Definition at line 48 of file TimelineBase.h.

Referenced by openshot::Clip::GetFrame().


The documentation for this struct was generated from the following file: