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

Method Name

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

Source from the content-addressed store, hash-verified

179 openshot::CacheBase* GetCache() override { return &cache; }
180 bool IsOpen() override { return is_open; }
181 std::string Name() override { return "TimelineConstantAudioReader"; }
182 void Open() override { is_open = true; }
183 void Close() override { is_open = false; }
184

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected