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

Method Name

tests/Timeline.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 openshot::CacheBase* GetCache() override { return &cache; }
132 bool IsOpen() override { return is_open; }
133 std::string Name() override { return "TimelineSolidColorReader"; }
134 void Open() override { is_open = true; }
135 void Close() override { is_open = false; }
136

Callers 1

Timeline.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected