#include <coder_config.hpp>
|
static constexpr const char * | identifier = "coder" |
|
|
std::uint16_t | m_default_huffman_encoder_chunk_size_kb {256} |
|
length_type | m_default_huffman_encoder_max_code_length {11} |
|
Class to hold configuration values related to the coder implementations.
- Author
- Timothy Flynn (trfly.nosp@m.nn89.nosp@m.@pm.m.nosp@m.e)
- Version
- July 7, 2019
◆ huffman_encoder_chunk_size()
std::uint32_t fly::coders::CoderConfig::huffman_encoder_chunk_size |
( |
| ) |
const |
- Returns
- Huffman encoder chunk size (in bytes).
◆ huffman_encoder_max_code_length()
length_type fly::coders::CoderConfig::huffman_encoder_max_code_length |
( |
| ) |
const |
- Returns
- Maximum Huffman code length (in bits) for encoding.
The documentation for this class was generated from the following files: