OpenShot Library | libopenshot  0.3.2
TimelineBase.cpp
Go to the documentation of this file.
1 
9 // Copyright (c) 2008-2019 OpenShot Studios, LLC
10 //
11 // SPDX-License-Identifier: LGPL-3.0-or-later
12 
13 #include "TimelineBase.h"
14 
15 using namespace openshot;
16 
19  : preview_width(1920),
20  preview_height(1080) { }
21 
openshot::TimelineBase::TimelineBase
TimelineBase()
Constructor for the base timeline.
Definition: TimelineBase.cpp:18
TimelineBase.h
Header file for Timeline class.
openshot
This namespace is the default namespace for all code in the openshot library.
Definition: Compressor.h:28