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

Method SetCacheSize

src/ImageWriter.h:94–94  ·  view source on GitHub ↗

@brief Set the cache size (number of frames to queue before writing) @param new_size Number of frames to queue before writing

Source from the content-addressed store, hash-verified

92 /// @brief Set the cache size (number of frames to queue before writing)
93 /// @param new_size Number of frames to queue before writing
94 void SetCacheSize(int new_size) { cache_size = new_size; };
95
96 /// @brief Set the video export options
97 /// @param format The image format (such as GIF)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected