D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE {
  D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED,
  D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235,
  D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_nominal_range)

D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE enumeration

Description

Indicates the luminance range of YUV data.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED

The driver default value, which is the studio luminance range of 16 to 235, inclusive [16, 235].

D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235

The studio luminance range of 16 to 235, inclusive [16, 235].

D3D11_1DDI_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255

The full luminance range, or extended range, of 0 to 255, inclusive [0, 255].

Remarks

For more information on luminance range, see YUV format ranges in Windows 8.1.