Condividi tramite


enumerazione COPP_TVProtectionStandard (dxva9typ.h)

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation invece di DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

Definisce un elenco degli standard di protezione tv per il protocollo COPP (Certified Output Protection Protocol).

Sintassi

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;

Costanti

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

Requisiti

   
Intestazione dxva9typ.h (include Dxva.h)

Vedi anche

Tipi enumerati DirectShow

Uso del protocollo COPP (Certified Output Protection Protocol)