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

Method Open

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

Source from the content-addressed store, hash-verified

94 bool IsOpen() override { return is_open; }
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 {

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

Calls

no outgoing calls

Tested by

no test coverage detected