Expand description
Data dumps are an alternative way of logging that is more suited to large collections of data.
Data dumps offer a way to write data to some location such that the code producing the data does not get blocked by writing. If the write is queued successfully, then the write is guaranteed to occur, as long as the current program is not forcefully terminated.
Structs§
- Data
Dump - A handle to the Data Dump thread that handles all writes to a location.
- Video
Data Dump - A dump for writing images into videos using
ffmpeg
.
Enums§
- Scaling
Filter - The type of filter used when scaling.
- Video
Dump Init Error - An error faced while initializing a
VideoDataDump
. - Video
Write Error - An error faced while writing video frames.