Compartir a través de


enumeración COPP_TVProtectionStandard (dxva9typ.h)

[La característica asociada a esta página, DirectShow, es una característica heredada. Se ha reemplazado por MediaPlayer, IMFMediaEngine y Captura de audio/vídeo en Media Foundation. Esas características se han optimizado para Windows 10 y Windows 11. Microsoft recomienda encarecidamente que el nuevo código use MediaPlayer, IMFMediaEngine y Audio/Video Capture en Media Foundation en lugar de DirectShow, siempre que sea posible. Microsoft sugiere que el código existente que usa las API heredadas se reescriba para usar las nuevas API si es posible.

Define una lista de estándares de protección de TV para el Protocolo de protección de salida certificada (COPP).

Sintaxis

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
Valor: 0x80000000
Ninguno.
COPP_ProtectionStandard_None
Valor: 0x00000000
desconocida.
COPP_ProtectionStandard_IEC61880_525i
Valor: 0x00000001
IEC 61880, 525i.
COPP_ProtectionStandard_IEC61880_2_525i
Valor: 0x00000002
IEC 61880-2, 525i.
COPP_ProtectionStandard_IEC62375_625p
Valor: 0x00000004
IEC 62375, 625p.
COPP_ProtectionStandard_EIA608B_525
Valor: 0x00000008
EIA/CEA-608-B, 525i.
COPP_ProtectionStandard_EN300294_625i
Valor: 0x00000010
ETSI EN 300 294, 625i.
COPP_ProtectionStandard_CEA805A_TypeA_525p
Valor: 0x00000020
CEA-805-A Tipo A, 525p.
COPP_ProtectionStandard_CEA805A_TypeA_750p
Valor: 0x00000040
CEA-805-A Tipo A, 750p.
COPP_ProtectionStandard_CEA805A_TypeA_1125i
Valor: 0x00000080
CEA-805-A Tipo A, 1125i.
COPP_ProtectionStandard_CEA805A_TypeB_525p
Valor: 0x00000100
CEA-805-A Tipo B, 525p.
COPP_ProtectionStandard_CEA805A_TypeB_750p
Valor: 0x00000200
CEA-805-A Tipo B, 750p.
COPP_ProtectionStandard_CEA805A_TypeB_1125i
Valor: 0x00000400
CEA-805-A Tipo B, 1125i.
COPP_ProtectionStandard_ARIBTRB15_525i
Valor: 0x00000800
ARIB TR-B15, 525i.
COPP_ProtectionStandard_ARIBTRB15_525p
Valor: 0x00001000
ARIB TR-B15, 525p.
COPP_ProtectionStandard_ARIBTRB15_750p
Valor: 0x00002000
ARIB TR-B15, 750p.
COPP_ProtectionStandard_ARIBTRB15_1125i
Valor: 0x00004000
ARIB TR-B15, 1125i.
COPP_ProtectionStandard_Mask
Valor: 0x80007FFF
Reservado.
COPP_ProtectionStandard_Reserved
Valor: 0x7FFF8000
Reservado.

Requisitos

   
Encabezado dxva9typ.h (include Dxva.h)

Consulte también

Tipos enumerados de DirectShow

Uso del Protocolo de protección de salida certificada (COPP)