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

Method GetCache

src/TextReader.h:106–106  ·  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

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected