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

Method SetChunkSize

src/ChunkWriter.h:114–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

112 /// @brief Set the chunk size (number of frames to write in each chunk)
113 /// @param new_size The number of frames to write in this chunk file
114 void SetChunkSize(int64_t new_size) { chunk_size = new_size; };
115
116 /// @brief Add a frame to the stack waiting to be encoded.
117 /// @param frame The openshot::Frame object that needs to be written to this chunk file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected