Compression modes/levels supported by Eet. 
Typedef Documentation
Eet compression modes 
- Since (EFL) :
 - 1.7 
 
 
 
Enumeration Type Documentation
All the compression modes known by Eet. 
- Enumerator: 
 
| EET_COMPRESSION_NONE  | 
 No compression at all  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_DEFAULT  | 
 Default compression (Zlib)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_LOW  | 
 Fast but minimal compression (Zlib)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_MED  | 
 Medium compression level (Zlib)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_HI  | 
 Slow but high compression level (Zlib)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_VERYFAST  | 
 Very fast, but lower compression ratio (LZ4HC)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_SUPERFAST  | 
 Very fast, but lower compression ratio (faster to compress than EET_COMPRESSION_VERYFAST) (LZ4)  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_LOW2  | 
 Space filler for compatibility. Don't use it  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_MED1  | 
 Space filler for compatibility. Don't use it  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_MED2  | 
 Space filler for compatibility. Don't use it  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_HI1  | 
 Space filler for compatibility. Don't use it  
- Since (EFL) :
 - 1.7 
  
 | 
| EET_COMPRESSION_HI2  | 
 Space filler for compatibility. Don't use it  
- Since (EFL) :
 - 1.7 
  
 |