MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / TimelineBase

Method TimelineBase

src/TimelineBase.cpp:18–20  ·  view source on GitHub ↗

Constructor for the base timeline

Source from the content-addressed store, hash-verified

16
17/// Constructor for the base timeline
18TimelineBase::TimelineBase()
19 : preview_width(1920),
20 preview_height(1080) { }
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected