Bagikan melalui


enumerasi D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS (d3d11.h)

Menentukan kemampuan pemrosesan gambar otomatis dari prosesor video.

Sintaks

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
} ;

Konstanta

 
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DENOISE
Nilai: 0x1
Denoise.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_DERINGING
Nilai: 0x2
Melelahkan.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_EDGE_ENHANCEMENT
Nilai: 0x4
Penyempurnaan Edge.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_COLOR_CORRECTION
Nilai: 0x8
Koreksi warna.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_FLESH_TONE_MAPPING
Nilai: 0x10
Pemetaan nada daging.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_IMAGE_STABILIZATION
Nilai: 0x20
Stabilisasi gambar.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_SUPER_RESOLUTION
Nilai: 0x40
Resolusi gambar yang disempurnakan.
D3D11_VIDEO_PROCESSOR_AUTO_STREAM_CAPS_ANAMORPHIC_SCALING
Nilai: 0x80
Penskalan anamorfik.

Persyaratan

   
Klien minimum yang didukung Windows 8 [hanya aplikasi desktop]
Server minimum yang didukung Windows Server 2012 [hanya aplikasi desktop]
Header d3d11.h

Lihat juga

D3D11_VIDEO_PROCESSOR_CAPS

Enumerasi Video Direct3D 11