Equalizer  1.2.1
Public Attributes
EqCompressorInfo Struct Reference

Information about one compressor. More...

#include <compressor.h>

List of all members.

Public Attributes

unsigned version
 The compressor API version used.
unsigned name
 The type name of the compressor.
unsigned tokenType
 The input token type supported by the compressor.
eq_uint64_t capabilities
 Capabilities supported by the compressor.
float quality
 Compression quality (1.0f: loss-less, <1.0f: lossy).
float ratio
 Approximate compression ratio (sizeCompressed/sizeIn).
float speed
 Approximate compression speed relative to BYTE_RLE.
unsigned outputTokenType
 The output token type of a plugin.
unsigned outputTokenSize
 The size of one output token in bytes.

Detailed Description

Information about one compressor.

Definition at line 290 of file compressor.h.


Member Data Documentation

Capabilities supported by the compressor.

Version:
1

Definition at line 316 of file compressor.h.

The type name of the compressor.

Version:
1

Definition at line 303 of file compressor.h.

The size of one output token in bytes.

Version:
3

Definition at line 342 of file compressor.h.

The output token type of a plugin.

The output token type describes the format of the data produced by a downloader and consumed by the uploader of the same compressor.

A CPU compressor might set the output token type if its decompressor produces an output different from the input.

If this parameter is set, outputTokenSize has to be set as well.

Version:
3

Definition at line 339 of file compressor.h.

Compression quality (1.0f: loss-less, <1.0f: lossy).

Version:
1

Definition at line 319 of file compressor.h.

Approximate compression ratio (sizeCompressed/sizeIn).

Version:
1

Definition at line 322 of file compressor.h.

Approximate compression speed relative to BYTE_RLE.

Version:
1

Definition at line 325 of file compressor.h.

The input token type supported by the compressor.

The input token type describes the format of the input data for a compressor or downloader and the format of the output data for the decompressor or uploader of the same compressor.

Version:
1

Definition at line 313 of file compressor.h.

The compressor API version used.

Set on input to the API version used in Equalizer. Has to be set to EQ_COMPRESSOR_VERSION on output to declare the API version used to compile the DSO.

Version:
1

Definition at line 300 of file compressor.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 8 2012 15:44:33 for Equalizer 1.2.1 by  doxygen 1.8.0