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

Method Close

tests/EffectMask.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 std::string Name() override { return "TrackingMaskReader"; }
96 void Open() override { is_open = true; }
97 void Close() override { is_open = false; }
98
99 std::shared_ptr<openshot::Frame> GetFrame(int64_t number) override {
100 requests.push_back(number);

Callers 15

FFmpegWriter.cppFile · 0.45
CVOutline.cppFile · 0.45
ImageReader.cppFile · 0.45
Clip.cppFile · 0.45
FFmpegReader.cppFile · 0.45
KeyFrame.cppFile · 0.45
ReaderBase.cppFile · 0.45
ImageWriter.cppFile · 0.45
Caption.cppFile · 0.45
QtImageReader.cppFile · 0.45
DummyReader.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected