Structure defining a supported compression method. More...
Data Fields | |
const char * | name |
Name of the compression method. | |
const char * | ext |
Extension to add to the filename of files written using this method. | |
int | compress_type |
Internal type identifying the compression method. |
Structure defining a supported compression method.
Internal type identifying the compression method.
const char* compression_type::ext |
Extension to add to the filename of files written using this method.
const char* compression_type::name |
Name of the compression method.