enumerazione D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT (d3d10umddi.h)

Specifica la modalità di utilizzo di un formato video per l'elaborazione video.

Sintassi

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT {
  D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT,
  D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
} ;

Costanti

 
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT
Il formato può essere usato come input per il processore video.
D3D11_1DDI_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT
Il formato può essere usato come output dal processore video.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione d3d10umddi.h (include D3d10umddi.h)