D3D11_JPEG_COMPONENTS enumeration

[This documentation is preliminary and is subject to change.]

Specifies the components of a JPEG image.

Syntax

typedef enum D3D11_JPEG_COMPONENTS { 
  D3D11_JPEG_COMPONENTS_ONE        = 1,
  D3D11_JPEG_COMPONENTS_THREE_420  = 2,
  D3D11_JPEG_COMPONENTS_THREE_422  = 3,
  D3D11_JPEG_COMPONENTS_THREE_440  = 4,
  D3D11_JPEG_COMPONENTS_THREE_444  = 5
} D3D11_JPEG_COMPONENTS;

Constants

  • D3D11_JPEG_COMPONENTS_ONE
    One

  • D3D11_JPEG_COMPONENTS_THREE_420
    Three-420

  • D3D11_JPEG_COMPONENTS_THREE_422
    Three-422

  • D3D11_JPEG_COMPONENTS_THREE_440
    Three-440

  • D3D11_JPEG_COMPONENTS_THREE_444
    Three-444

Requirements

Header

D3D11_3.h