enumeración D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS (d3d11.h)

Especifica las funcionalidades de procesamiento automático de imágenes del procesador de vídeo.

Syntax

typedef enum D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS {
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE = 0x1,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING = 0x2,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT = 0x4,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION = 0x8,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING = 0x10,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION = 0x20,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION = 0x40,
  D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING = 0x80
} ;

Constantes

 
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE
Valor: 0x1
Denoise.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING
Valor: 0x2
Deringing.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT
Valor: 0x4
Mejora de Edge.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION
Valor: 0x8
Corrección del color.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING
Valor: 0x10
Asignación de tono de carne.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION
Valor: 0x20
Estabilización de imagen.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION
Valor: 0x40
Resolución mejorada de imágenes.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING
Valor: 0x80
Escala anamórfica.

Requisitos

   
Cliente mínimo compatible Windows 8 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2012 [solo aplicaciones de escritorio]
Encabezado d3d11.h

Consulte también

D3D11_VIDEO_PROCESSOR_CAPS

Enumeraciones de vídeo de Direct3D 11