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

Method GetCache

src/ChunkReader.h:121–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected