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

Requirement Value
Header
Dxgitype.h

See also

DXGI Structures