Get the cache object used by this reader (always return NULL for this reader)
| 119 | |
| 120 | /// Get the cache object used by this reader (always return NULL for this reader) |
| 121 | openshot::CacheBase* GetCache() override { return nullptr; }; |
| 122 | |
| 123 | /// @brief Get an openshot::Frame object for a specific frame number of this reader. |
| 124 | /// @returns The requested frame (containing the image and audio) |
nothing calls this directly
no outgoing calls
no test coverage detected