COPP_TVProtectionStandard 열거형(dxva9typ.h)
[이 페이지와 연결된 기능인 DirectShow는 레거시 기능입니다. MediaPlayer, IMFMediaEngine 및 Media Foundation의 오디오/비디오 캡처로 대체되었습니다. 이러한 기능은 Windows 10 및 Windows 11 최적화되었습니다. 가능한 경우 새 코드에서 DirectShow 대신 MediaPlayer, IMFMediaEngine 및 오디오/비디오 캡처를 사용하는 것이 좋습니다. 가능한 경우 레거시 API를 사용하는 기존 코드를 다시 작성하여 새 API를 사용하도록 제안합니다.]
COPP(Certified Output Protection Protocol)에 대한 TV 보호 표준 목록을 정의합니다.
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;
상수
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 포함) |