Open the writer
| 77 | |
| 78 | // Open the writer |
| 79 | void ImageWriter::Open() |
| 80 | { |
| 81 | is_open = true; |
| 82 | } |
| 83 | |
| 84 | // Add a frame to the queue waiting to be encoded. |
| 85 | void ImageWriter::WriteFrame(std::shared_ptr<Frame> frame) |
nothing calls this directly
no outgoing calls
no test coverage detected