D3D11_FEATURE_VIDEO enumeration (d3d11_4.h)
Specifies a Direct3D 11 video feature or feature set to query about. When you want to query for the level to which an adapter supports a feature, pass one of these values to ID3D11VideoDevice2::CheckFeatureSupport.
Syntax
typedef enum D3D11_FEATURE_VIDEO {
D3D11_FEATURE_VIDEO_DECODER_HISTOGRAM = 0
} ;
Constants
D3D11_FEATURE_VIDEO_DECODER_HISTOGRAM Value: 0 Retrieves the supported components, bin count, and counter bit depth for the a decode histogram with the specified decode profile, resolution, and format. The associated data structure is D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | d3d11_4.h |