Get the cache object used by this reader (always returns NULL for this object)
| 104 | |
| 105 | /// Get the cache object used by this reader (always returns NULL for this object) |
| 106 | openshot::CacheBase* GetCache() override { return nullptr; }; |
| 107 | |
| 108 | /// Get an openshot::Frame object for a specific frame number of this reader. All numbers |
| 109 | /// return the same Frame, since they all share the same image data. |
nothing calls this directly
no outgoing calls
no test coverage detected