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

Method GetCache

src/DummyReader.h:113–113  ·  view source on GitHub ↗

Get the cache object used by this reader (always returns NULL for this reader)

Source from the content-addressed store, hash-verified

111
112 /// Get the cache object used by this reader (always returns NULL for this reader)
113 CacheMemory* GetCache() override { return NULL; };
114
115 /// Get an openshot::Frame object for a specific frame number of this reader. All numbers
116 /// return the same Frame, since they all share the same image data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected