Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE enumeration

Specifies values for the luminance range of YUV data.

Syntax


typedef enum _D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE { 
  D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED  = 0,
  D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235     = 1,
   D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255     = 2
} D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE;

Constants

D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED

Driver defaults are used, which should be Studio luminance range [16-235],

D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235

Studio luminance range [16-235]

D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255

Full luminance range [0-255]

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

D3d11.h

IDL

D3d11.idl

See also

Direct3D 11 Video Enumerations

 

 

Show:
© 2017 Microsoft