Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Specifies whether a video format and colorspace conversion operation is supported.
Syntax
typedef enum D3D12_VIDEO_PROCESS_SUPPORT_FLAGS {
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE,
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED
} ;
Constants
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE The conversion from the source format and colorspace to destination format and colorspace are not supported. |
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED The conversion from the source format and colorspace to destination format and colorspace are supported. |
Remarks
This enumeration is used by the D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT structure.
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |