@brief Set the chunk size (number of frames to write in each chunk) @param new_size The number of frames per chunk
| 116 | /// @brief Set the chunk size (number of frames to write in each chunk) |
| 117 | /// @param new_size The number of frames per chunk |
| 118 | void SetChunkSize(int64_t new_size) { chunk_size = new_size; }; |
| 119 | |
| 120 | /// Get the cache object used by this reader (always return NULL for this reader) |
| 121 | openshot::CacheBase* GetCache() override { return nullptr; }; |
nothing calls this directly
no outgoing calls
no test coverage detected