§ id
§ init
§ memusage
uint64_t(* lzma_filter_decoder::memusage) (const void *options) |
Calculates memory usage of the encoder. If the options are invalid, UINT64_MAX is returned.
§ props_decode
lzma_ret(* lzma_filter_decoder::props_decode) (void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
Decodes Filter Properties.
- Returns
- - LZMA_OK: Properties decoded successfully.
- LZMA_OPTIONS_ERROR: Unsupported properties
- LZMA_MEM_ERROR: Memory allocation failed.
The documentation for this struct was generated from the following file: