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

Method SetChunkSize

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

@brief Set the chunk size (number of frames to write in each chunk) @param new_size The number of frames per chunk

Source from the content-addressed store, hash-verified

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; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected