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

Method Close

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

Source from the content-addressed store, hash-verified

181 std::string Name() override { return "TimelineConstantAudioReader"; }
182 void Open() override { is_open = true; }
183 void Close() override { is_open = false; }
184
185 std::shared_ptr<openshot::Frame> GetFrame(int64_t number) override {
186 const int sample_count = Frame::GetSamplesPerFrame(number, info.fps, info.sample_rate, info.channels);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected