DXGI_JPEG_QUANTIZATION_TABLE structure

Describes a JPEG quantization table.

Syntax


typedef struct DXGI_JPEG_QUANTIZATION_TABLE {
  BYTE Elements[64];
} DXGI_JPEG_QUANTIZATION_TABLE;

Members

Elements

An array of bytes containing the elements of the quantization table.

Requirements

Header

Dxgitype.h

See also

DXGI Structures

 

 

Show: