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

Method GetFrame

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

Source from the content-addressed store, hash-verified

135 void Close() override { is_open = false; }
136
137 std::shared_ptr<openshot::Frame> GetFrame(int64_t number) override {
138 auto frame = std::make_shared<Frame>(number, info.width, info.height, "#00000000");
139 frame->GetImage()->fill(color);
140 return frame;
141 }
142
143 std::string Json() const override { return JsonValue().toStyledString(); }
144 Json::Value JsonValue() const override {

Callers 1

Timeline.cppFile · 0.45

Calls 1

GetImageMethod · 0.80

Tested by

no test coverage detected