Get the cache object used by this reader
| 282 | |
| 283 | /// Get the cache object used by this reader |
| 284 | CacheMemory *GetCache() override { return &final_cache; }; |
| 285 | |
| 286 | /// Get a shared pointer to a openshot::Frame object for a specific frame number of this reader. |
| 287 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected