MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetCache

Method GetCache

src/FrameMapper.h:258–258  ·  view source on GitHub ↗

Get the cache object used by this reader

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected