Module dump

Source
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§

DataDump
A handle to the Data Dump thread that handles all writes to a location.
VideoDataDump
A dump for writing images into videos using ffmpeg.

Enums§

ScalingFilter
The type of filter used when scaling.
VideoDumpInitError
An error faced while initializing a VideoDataDump.
VideoWriteError
An error faced while writing video frames.