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

Method Open

src/ImageWriter.cpp:79–82  ·  view source on GitHub ↗

Open the writer

Source from the content-addressed store, hash-verified

77
78// Open the writer
79void ImageWriter::Open()
80{
81 is_open = true;
82}
83
84// Add a frame to the queue waiting to be encoded.
85void ImageWriter::WriteFrame(std::shared_ptr<Frame> frame)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected