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

Method Open

src/Timeline.cpp:938–941  ·  view source on GitHub ↗

Open the reader (and start consuming resources)

Source from the content-addressed store, hash-verified

936
937// Open the reader (and start consuming resources)
938void Timeline::Open()
939{
940 is_open = true;
941}
942
943// Compare 2 floating point numbers for equality
944bool Timeline::isEqual(double a, double b)

Callers 1

update_open_clipsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected