Ultimate Replay Scripting Reference
CompressionLevel Enumeration |
The amount of compression to apply to a data stream.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum CompressionLevel
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No compression is applied and all data is left unchanged. | |
Optimal | 1 | All data is compressed to the optimal level. |
See Also