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

Method GetCache

src/FFmpegReader.h:284–284  ·  view source on GitHub ↗

Get the cache object used by this reader

Source from the content-addressed store, hash-verified

282
283 /// Get the cache object used by this reader
284 CacheMemory *GetCache() override { return &final_cache; };
285
286 /// Get a shared pointer to a openshot::Frame object for a specific frame number of this reader.
287 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected