Partager via


énumération COPP_TVProtectionStandard (dxva9typ.h)

[La fonctionnalité associée à cette page, DirectShow, est une fonctionnalité héritée. Il a été remplacé par MediaPlayer, IMFMediaEngine et Audio/Video Capture in Media Foundation. Ces fonctionnalités ont été optimisées pour Windows 10 et Windows 11. Microsoft recommande vivement que le nouveau code utilise MediaPlayer, IMFMediaEngine et Audio/Video Capture dans Media Foundation au lieu de DirectShow, si possible. Microsoft suggère que le code existant qui utilise les API héritées soit réécrit pour utiliser les nouvelles API si possible.]

Définit une liste de normes de protection TV pour le protocole COPP (Certified Output Protection Protocol).

Syntaxe

typedef enum _COPP_TVProtectionStandard {
  COPP_ProtectionStandard_Unknown = 0x80000000,
  COPP_ProtectionStandard_None = 0x00000000,
  COPP_ProtectionStandard_IEC61880_525i = 0x00000001,
  COPP_ProtectionStandard_IEC61880_2_525i = 0x00000002,
  COPP_ProtectionStandard_IEC62375_625p = 0x00000004,
  COPP_ProtectionStandard_EIA608B_525 = 0x00000008,
  COPP_ProtectionStandard_EN300294_625i = 0x00000010,
  COPP_ProtectionStandard_CEA805A_TypeA_525p = 0x00000020,
  COPP_ProtectionStandard_CEA805A_TypeA_750p = 0x00000040,
  COPP_ProtectionStandard_CEA805A_TypeA_1125i = 0x00000080,
  COPP_ProtectionStandard_CEA805A_TypeB_525p = 0x00000100,
  COPP_ProtectionStandard_CEA805A_TypeB_750p = 0x00000200,
  COPP_ProtectionStandard_CEA805A_TypeB_1125i = 0x00000400,
  COPP_ProtectionStandard_ARIBTRB15_525i = 0x00000800,
  COPP_ProtectionStandard_ARIBTRB15_525p = 0x00001000,
  COPP_ProtectionStandard_ARIBTRB15_750p = 0x00002000,
  COPP_ProtectionStandard_ARIBTRB15_1125i = 0x00004000,
  COPP_ProtectionStandard_Mask = 0x80007FFF,
  COPP_ProtectionStandard_Reserved = 0x7FFF8000
} COPP_TVProtectionStandard;

Constantes

 
COPP_ProtectionStandard_Unknown
Valeur : 0x80000000
Aucun.
COPP_ProtectionStandard_None
Valeur : 0x00000000
Inconnu.
COPP_ProtectionStandard_IEC61880_525i
Valeur : 0x00000001
IEC 61880, 525i.
COPP_ProtectionStandard_IEC61880_2_525i
Valeur : 0x00000002
IEC 61880-2, 525i.
COPP_ProtectionStandard_IEC62375_625p
Valeur : 0x00000004
IEC 62375, 625p.
COPP_ProtectionStandard_EIA608B_525
Valeur : 0x00000008
EIA/CEA-608-B, 525i.
COPP_ProtectionStandard_EN300294_625i
Valeur : 0x00000010
ETSI EN 300 294, 625i.
COPP_ProtectionStandard_CEA805A_TypeA_525p
Valeur : 0x00000020
CEA-805-A, type A, 525p.
COPP_ProtectionStandard_CEA805A_TypeA_750p
Valeur : 0x00000040
CEA-805-A, type A, 750p.
COPP_ProtectionStandard_CEA805A_TypeA_1125i
Valeur : 0x00000080
CEA-805-A Type A, 1125i.
COPP_ProtectionStandard_CEA805A_TypeB_525p
Valeur : 0x00000100
CEA-805-A Type B, 525p.
COPP_ProtectionStandard_CEA805A_TypeB_750p
Valeur : 0x00000200
CEA-805-A, type B, 750p.
COPP_ProtectionStandard_CEA805A_TypeB_1125i
Valeur : 0x00000400
CEA-805-A Type B, 1125i.
COPP_ProtectionStandard_ARIBTRB15_525i
Valeur : 0x00000800
ARIB TR-B15, 525i.
COPP_ProtectionStandard_ARIBTRB15_525p
Valeur : 0x00001000
ARIB TR-B15, 525p.
COPP_ProtectionStandard_ARIBTRB15_750p
Valeur : 0x00002000
ARIB TR-B15, 750p.
COPP_ProtectionStandard_ARIBTRB15_1125i
Valeur : 0x00004000
ARIB TR-B15, 1125i.
COPP_ProtectionStandard_Mask
Valeur : 0x80007FFF
Réservé.
COPP_ProtectionStandard_Reserved
Valeur : 0x7FFF8000
Réservé.

Spécifications

   
En-tête dxva9typ.h (inclure Dxva.h)

Voir aussi

Types énumérés DirectShow

Utilisation du protocole COPP (Certified Output Protection Protocol)