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.
Indicates the luminance range of YUV data.
Syntax
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
} ;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3d10umddi.h (include D3d10umddi.h) |