Enum CompressionLevel
- Namespace
- RadioExt_Helper.utility
- Assembly
- RadioExt-Helper.dll
Represents the various levels of compression that can be used for the backup operation.
public enum CompressionLevel
Fields
Extreme = 8
Fast = 2
Fastest = 1
High = 5
Maximum = 6
None = 0
Normal = 4
SuperFast = 3
Ultimate = 9
Ultra = 7