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 video decode support flags.
Syntax
typedef enum D3D12DDI_VIDEO_DECODE_SUPPORT_FLAGS_0020 {
D3D12DDI_VIDEO_DECODE_SUPPORT_FLAG_0020_NONE,
D3D12DDI_VIDEO_DECODE_SUPPORT_FLAG_0020_SUPPORTED
} ;
Constants
D3D12DDI_VIDEO_DECODE_SUPPORT_FLAG_0020_NONENo Flags set. |
D3D12DDI_VIDEO_DECODE_SUPPORT_FLAG_0020_SUPPORTEDIndicates if real-time decoding is supported with the specified input data. The presence of this flag is a hint that the decoder is capable of decoding the compressed bitstream fast enough to support realtime decoding. The absence of this flag indicates that the decoder with the specified input parameters is only appropriate for non-realtime scenarios like transcoding. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h (include D3d12umddi.h) |