Freigeben über


COPP_TVProtectionStandard-Enumeration (dxva9typ.h)

[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde durch MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation ersetzt. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code nach Möglichkeit MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet. Microsoft schlägt vor, vorhandenen Code, der die Legacy-APIs verwendet, um nach Möglichkeit die neuen APIs zu verwenden.]

Definiert eine Liste der TV-Schutzstandards für das Certified Output Protection Protocol (COPP).

Syntax

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;

Konstanten

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

Anforderungen

   
Kopfzeile dxva9typ.h (einschließlich Dxva.h)

Siehe auch

DirectShow Enumerated Types

Verwenden des Certified Output Protection Protocol (COPP)