enum struct CompressionLevel

Description

Compression level to use when compression is enabled. Slower generally produces smaller files, at the expense of more CPU time. These levels map to different internal settings for each compression algorithm.

Declared at: mcap/include/mcap/types.hpp:47

Enumerators

NameValueComment
Fastest0
Fast1
Default2
Slow3
Slowest4