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 how a video format can be used for video processing.
Syntax
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT {
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT,
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
} ;
Constants
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUTThe format can be used as the input to the video processor. |
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUTThe format can be used as the output from the video processor. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3d10umddi.h (include D3d10umddi.h) |