énumération D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS (d3d11.h)

Spécifie les fonctionnalités de télécine inverse (IVTC) d’un processeur vidéo.

Syntax

typedef enum D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS {
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32 = 0x1,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22 = 0x2,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224 = 0x4,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332 = 0x8,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322 = 0x10,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55 = 0x20,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64 = 0x40,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87 = 0x80,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223 = 0x100,
  D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER = 0x80000000
} ;

Constantes

 
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32
Valeur : 0x1
Le processeur vidéo peut inverser le mode de tirage 3 :2.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_22
Valeur : 0x2
Le processeur vidéo peut inverser le tirage 2 :2.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2224
Valeur : 0x4
Le processeur vidéo peut inverser la sortie 2 :2 :2 :4.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_2332
Valeur : 0x8
Le processeur vidéo peut inverser la sortie 2 :3 :3 :2.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_32322
Valeur : 0x10
Le processeur vidéo peut inverser le tirage 3 :2 :3 :2 :2.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_55
Valeur : 0x20
Le processeur vidéo peut inverser la sortie 5 :5.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_64
Valeur : 0x40
Le processeur vidéo peut inverser la sortie 6 :4.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_87
Valeur : 0x80
Le processeur vidéo peut inverser la sortie 8 :7.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_222222222223
Valeur : 0x100
Le processeur vidéo peut inverser la liste déroulante 2 :2 :2 :2 :2 :2 :2 :2 :2 :2 :3.
D3D11_VIDEO_PROCESSOR_ITELECINE_CAPS_OTHER
Valeur : 0x80000000
Le processeur vidéo peut inverser d’autres modes de télécine non répertoriés ici.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
En-tête d3d11.h

Voir aussi

D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS

Énumérations vidéo Direct3D 11