Public Attributes

CxUtils::PNG::OutputSource Struct Reference

Output source for PNG compression manager. More...

List of all members.

Public Attributes

unsigned char * mpCompressedPNG
 Pointer to PNG image data.
unsigned int mCompressedBufferSize
 Size of the PNG image in bytes.
unsigned int mNumBytesCompressed
 Total number of bytes decompressed/read so far.

Detailed Description

Output source for PNG compression manager.

Definition at line 220 of file png.cpp.


Member Data Documentation

Size of the PNG image in bytes.

Definition at line 223 of file png.cpp.

Total number of bytes decompressed/read so far.

Definition at line 224 of file png.cpp.

Pointer to PNG image data.

Definition at line 222 of file png.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines