Get the cache object used by this reader
| 256 | |
| 257 | /// Get the cache object used by this reader |
| 258 | CacheMemory* GetCache() override { return &final_cache; }; |
| 259 | |
| 260 | /// @brief This method is required for all derived classes of ReaderBase, and return the |
| 261 | /// openshot::Frame object, which contains the image and audio information for that |
nothing calls this directly
no outgoing calls
no test coverage detected