20 #ifndef PRESSION_COMPRESSORRESULT_H 21 #define PRESSION_COMPRESSORRESULT_H 24 #include <lunchbox/array.h> 38 : compressor( n ), chunks( c ) {}
44 for(
const CompressorChunk& chunk : chunks )
45 size += chunk.getNumBytes();
58 CompressorChunks chunks;
61 #endif // PRESSION_COMPRESSORRESULT_H #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.