1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>CompressionType</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/cx/Overview.html">cx</a>::CompressionType</CODE> Enumerated Type</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nn/cx.h&gt;
14
15enum CompressionType;
16</pre>
17    </div>
18<h2>Value</h2>
19    <div class="section">
20      <table class="arguments">
21        <thead>
22          <tr>
23<th>Value</th>
24<td>Description</td>
25          </tr>
26        </thead>
27        <tr>
28<th><CODE>COMPRESSION_LZ</CODE></th>
29<td>Represents LZ77 compression.</td>
30        </tr>
31        <tr>
32<th><CODE>COMPRESSION_HUFFMAN</CODE></th>
33<td>Represents Huffman compression.</td>
34        </tr>
35        <tr>
36<th><CODE>COMPRESSION_RL</CODE></th>
37<td>Represents run-length compression.</td>
38        </tr>
39        <tr>
40<th><CODE>COMPRESSION_LH</CODE></th>
41<td>Represents LH (LZ77 + Huffman) compression.</td>
42        </tr>
43        <tr>
44<th><CODE>COMPRESSION_LRC</CODE></th>
45<td>Represents LRC (LZ77 + Range Coder) compression.</td>
46        </tr>
47        <tr>
48<th><CODE>COMPRESSION_DEFLATE</CODE> </th>
49<td>Indicates deflate compression.</td>
50        </tr>
51        <tr>
52<th><CODE>COMPRESSION_DIFF</CODE></th>
53<td>Represents difference filter conversion.</td>
54        </tr>
55        <tr>
56<th><CODE>COMPRESSION_TYPE_MASK</CODE></th>
57          <td>
58        </td>
59        </tr>
60        <tr>
61<th><CODE>COMPRESSION_TYPE_EX_MASK</CODE></th>
62          <td>
63        </td>
64        </tr>
65      </table> </div>
66<h2>Description</h2>
67    <div class="section">
68<p>Enumerated type representing compression types.</p><!-- write here --></div>
69<h2>Revision History</h2>
70    <div class="section">
71      <dl class="history">
72        <dt>2010/11/10</dt>
73<dd>Initial version.<br />
74        </dd>
75      </dl>
76    </div>
77  <hr><p>CONFIDENTIAL</p></body>
78</html>