Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
} ;
Constants
D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_UNDEFINED Value: 0 Driver defaults are used, which should be Studio luminance range [16-235], |
D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_16_235 Value: 1 Studio luminance range [16-235] |
D3D11_VIDEO_PROCESSOR_NOMINAL_RANGE_0_255 Value: 2 Full luminance range [0-255] |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | d3d11.h |