COPP_TVProtectionStandard列挙 (dxva9typ.h)
[このページに関連付けられている機能 DirectShow は、従来の機能です。 MediaPlayer、IMFMediaEngine、および Media Foundation のオーディオ/ビデオ キャプチャに置き換わりました。 これらの機能は、Windows 10とWindows 11用に最適化されています。 新しいコードでは、可能であれば、DirectShow ではなく Media Foundation で MediaPlayer、IMFMediaEngine、Audio/Video Capture を使用することを強くお勧めします。 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 予約済み。 |
必要条件
Header | dxva9typ.h (Dxva.h を含む) |