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.
Contains flags for support of video decode conversion.
Syntax
typedef enum D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAGS_0020 {
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_NONE,
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_SUPPORTED
} ;
Constants
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_NONE No Flags set. The conversion is not supported. |
D3D12DDI_VIDEO_DECODE_CONVERSION_SUPPORT_FLAG_0020_SUPPORTED The conversion is supported. Callers must inspect the ClosestWidth and ClosestHeight members to understand scale support. |
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h (include D3d12umddi.h) |