Partager via


énumération DXVAHD_ITELECINE_CAPS (dxvahd.h)

Spécifie les fonctionnalités de télécine inverse (IVTC) d’un processeur vidéo Microsoft DirectX Video Acceleration High Definition (DXVA-HD).

Syntax

typedef enum _DXVAHD_ITELECINE_CAPS {
  DXVAHD_ITELECINE_CAPS_32 = 0x1,
  DXVAHD_ITELECINE_CAPS_22 = 0x2,
  DXVAHD_ITELECINE_CAPS_2224 = 0x4,
  DXVAHD_ITELECINE_CAPS_2332 = 0x8,
  DXVAHD_ITELECINE_CAPS_32322 = 0x10,
  DXVAHD_ITELECINE_CAPS_55 = 0x20,
  DXVAHD_ITELECINE_CAPS_64 = 0x40,
  DXVAHD_ITELECINE_CAPS_87 = 0x80,
  DXVAHD_ITELECINE_CAPS_222222222223 = 0x100,
  DXVAHD_ITELECINE_CAPS_OTHER = 0x80000000
} DXVAHD_ITELECINE_CAPS;

Constantes

 
DXVAHD_ITELECINE_CAPS_32
Valeur : 0x1
Le processeur vidéo peut inverser la valeur de tirage 3 :2.
DXVAHD_ITELECINE_CAPS_22
Valeur : 0x2
Le processeur vidéo peut inverser le tirage 2 :2.
DXVAHD_ITELECINE_CAPS_2224
Valeur : 0x4
Le processeur vidéo peut inverser le tirage 2 :2 :2 :4.
DXVAHD_ITELECINE_CAPS_2332
Valeur : 0x8
Le processeur vidéo peut inverser le tirage 2 :3 :3 :2.
DXVAHD_ITELECINE_CAPS_32322
Valeur : 0x10
Le processeur vidéo peut inverser le tirage 3 :2 :3 :2 :2.
DXVAHD_ITELECINE_CAPS_55
Valeur : 0x20
Le processeur vidéo peut inverser la valeur de tirage 5 :5.
DXVAHD_ITELECINE_CAPS_64
Valeur : 0x40
Le processeur vidéo peut inverser le tirage 6 :4.
DXVAHD_ITELECINE_CAPS_87
Valeur : 0x80
Le processeur vidéo peut inverser le tirage 8 :7.
DXVAHD_ITELECINE_CAPS_222222222223
Valeur : 0x100
Le processeur vidéo peut inverser le tirage 2 :2 :2 :2 :2 :2 :2 :2 :2 :2 :2 :3.
DXVAHD_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 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
En-tête dxvahd.h

Voir aussi

DXVA-HD

Énumérations vidéo Direct3D

Énumérations Media Foundation