|
quadEM
7-0
|
#include <Codec.h>
Public Member Functions | |
| Codec_t () | |
| void | clear () |
| bool | empty () |
| bool | operator== (const Codec_t &other) |
| bool | operator!= (const Codec_t &other) |
Public Attributes | |
| std::string | name |
| Name of the codec used to compress the data. More... | |
| int | level |
| Compression level. More... | |
| int | shuffle |
| Shuffle type. More... | |
| int | compressor |
| Compressor type. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int Codec_t::compressor |
Compressor type.
For codecs that support more than one compressor.
| int Codec_t::level |
Compression level.
| std::string Codec_t::name |
Name of the codec used to compress the data.
codecName[NDCODEC_NONE] if uncompressed.
| int Codec_t::shuffle |
Shuffle type.
1.8.5