estructura DXVADDI_VIDEOPROCESSORINPUT (d3dumddi.h)

La estructura de DXVADDI_VIDEOPROCESSORINPUT describe una secuencia de vídeo procesada por un tipo de dispositivo de procesamiento de vídeo.

Sintaxis

typedef struct _DXVADDI_VIDEOPROCESSORINPUT {
  [in] const GUID        *pVideoProcGuid;
  [in] DXVADDI_VIDEODESC VideoDesc;
  [in] D3DDDIFORMAT      RenderTargetFormat;
} DXVADDI_VIDEOPROCESSORINPUT;

Miembros

[in] pVideoProcGuid

Puntero a un GUID que representa el tipo de dispositivo de procesamiento de vídeo.

[in] VideoDesc

Estructura DXVADDI_VIDEODESC que describe la secuencia de vídeo.

[in] RenderTargetFormat

Valor de tipo D3DDDIFORMAT que indica el formato de píxel del destino de representación para el dispositivo de procesamiento de vídeo.

Comentarios

Cuando el D3DDDICAPS_GETVIDEOPROCESSORRTFORMATCOUNT, D3DDDICAPS_GETVIDEOPROCESSORRTFORMATS, D3DDDICAPS_GETVIDEOPROCESSORRTSUBSTREAMFORMATCOUNT o D3DDDICAPS_GETVIDEOPROCESSORRTSUBSTREAMFORMATS valor de tipo D3DDDICAPS_TYPE se envía en una llamada a la función GetCaps del controlador de pantalla en modo de usuario, el controlador omite el miembro RenderTargetFormat de DXVADDI_VIDEOPROCESSORINPUT.

Requisitos

Requisito Value
Cliente mínimo compatible Disponible en Windows Vista y versiones posteriores de los sistemas operativos Windows.
Encabezado d3dumddi.h (incluya D3dumddi.h)

Consulte también

D3DDDIARG_GETCAPS

D3DDDICAPS_TYPE

D3DDDIFORMAT

DXVADDI_VIDEODESC

DXVADDI_VIDEOPROCESSORCAPS

GetCaps