This topic has not yet been rated - Rate this topic

CompressAlgorithm enumeration

Identifies a compression algorithm to use when creating an instance of a compressor.

Syntax


var value = Windows.Storage.Compression.CompressAlgorithm.invalidAlgorithm;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The CompressAlgorithm enumeration has these members.

MemberValueDescription
InvalidAlgorithm | invalidAlgorithm0

This value represents an invalid compression algorithm. It is useful primarily for error checking.

NullAlgorithm | nullAlgorithm1

This value represents an algorithm that passes data through with no compression. It is useful primarily for testing.

Mszip | mszip2

The compressor will use the MSZIP compression algorithm.

Xpress | xpress3

The compressor will use the XPRESS compression algorithm.

XpressHuff | xpressHuff4

The compressor will use the XPRESS compression algorithm with Huffman encoding.

Lzms | lzms5

The compressor will use the LZMS compression algorithm.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Compression
Windows::Storage::Compression [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.