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

Method GetCache

src/ImageReader.h:77–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76 /// Get the cache object used by this reader (always returns NULL for this object)
77 CacheBase* GetCache() override { return NULL; };
78
79 /// Get an openshot::Frame object for a specific frame number of this reader. All numbers
80 /// 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