@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
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected