@brief Set the cache size (number of frames to queue before writing) @param new_size Number of frames to queue before writing
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected