20 #ifndef LUNCHBOX_COMPRESSORRESULT_H
21 #define LUNCHBOX_COMPRESSORRESULT_H
23 #include <lunchbox/array.h>
38 : compressor( n ), chunks( c ) {}
58 CompressorChunks chunks;
61 #endif // LUNCHBOX_COMPRESSORRESULT_H
A wrapper for C arrays without any memory management.
size_t getNumBytes() const
#define EQ_COMPRESSOR_INVALID
Invalid Compressor.
#define EQ_COMPRESSOR_NONE
No Compressor.
#define EQ_COMPRESSOR_AUTO
Automatic selection of compressor.
bool isCompressed() const
Compression plugin names.
A structure to hold the results from one compress operation.