Class AsyncStreamCompressionOptions
- Namespace
- Cuemon.IO
- Assembly
- Cuemon.IO.dll
Configuration options for compressed Stream.
public class AsyncStreamCompressionOptions : AsyncStreamCopyOptions, IAsyncOptions, IParameterObject
- Inheritance
-
AsyncStreamCompressionOptions
- Implements
- Inherited Members
Constructors
AsyncStreamCompressionOptions()
Initializes a new instance of the AsyncStreamCompressionOptions class.
public AsyncStreamCompressionOptions()
Remarks
The following table shows the initial property values for an instance of AsyncStreamCompressionOptions.
Property | Initial Value |
---|---|
Level | Optimal |
Properties
Level
Gets or sets the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.
public CompressionLevel Level { get; set; }
Property Value
- CompressionLevel
The level of the compression.