Table of Contents

Class StreamCompressionOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for compressed Stream.

public class StreamCompressionOptions : StreamCopyOptions, IParameterObject
Inheritance
StreamCompressionOptions
Implements
Inherited Members

Constructors

StreamCompressionOptions()

Initializes a new instance of the StreamCompressionOptions class.

public StreamCompressionOptions()

Remarks

The following table shows the initial property values for an instance of StreamCompressionOptions.

PropertyInitial Value
LevelOptimal

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.