COPP_TVProtectionStandard 枚举 (dxva9typ.h)

[与此页面关联的功能 DirectShow 是旧版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音频/视频捕获所取代。 这些功能已针对Windows 10和Windows 11进行了优化。 Microsoft 强烈建议新代码尽可能在 Media Foundation 中使用 MediaPlayerIMFMediaEngine音频/视频捕获 ,而不是 DirectShow。 如果可能,Microsoft 建议重写使用旧 API 的现有代码以使用新 API。]

定义认证输出保护协议的电视保护标准列表, (COPP) 。

语法

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;

常量

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

要求

   
标头 dxva9typ.h (包括 Dxva.h)

另请参阅

DirectShow 枚举类型

使用认证输出保护协议 (COPP)