D3D12_VIDEO_PROCESS_SUPPORT_FLAGS-Enumeration (d3d12video.h)
Gibt an, ob ein Videoformat- und Farbraumkonvertierungsvorgang unterstützt wird.
Syntax
typedef enum D3D12_VIDEO_PROCESS_SUPPORT_FLAGS {
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE,
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED
} ;
Konstanten
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_NONE Die Konvertierung vom Quellformat und Farbraum in das Zielformat und den Farbraum wird nicht unterstützt. |
D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED Die Konvertierung vom Quellformat und Farbraum in das Zielformat und den Farbraum wird unterstützt. |
Hinweise
Diese Enumeration wird von der D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT-Struktur verwendet.
Anforderungen
Kopfzeile | d3d12video.h |