DXVA_COPPSetSignalingCmdData结构描述如何保护通过与 DirectX VA COPP 设备关联的物理连接器的信号。
语法
typedef struct _DXVA_COPPSetSignalingCmdData {
ULONG ActiveTVProtectionStandard;
ULONG AspectRatioChangeMask1;
ULONG AspectRatioData1;
ULONG AspectRatioChangeMask2;
ULONG AspectRatioData2;
ULONG AspectRatioChangeMask3;
ULONG AspectRatioData3;
ULONG ExtendedInfoChangeMask[4];
ULONG ExtendedInfoData[4];
ULONG Reserved;
} DXVA_COPPSetSignalingCmdData;
成员
ActiveTVProtectionStandard
指定 COPP_TVProtectionStandard 枚举类型的以下值的有效 ORed 组合,指示要设置保护的电视信号的类型:
- 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)
AspectRatioChangeMask1
指定COPP_ImageAspectRatio_EN300294_Mask (0x00000007) 常量,该常量指示只有以下 AspectRatioData1 成员中的前 3 位有效。
AspectRatioData1
指定 COPP_ImageAspectRatio_EN300294 枚举类型的以下值之一,以指示 ETSI EN 300 294 值。
- COPP_AspectRatio_EN300294_FullFormat4by3 (0)
- COPP_AspectRatio_EN300294_Box14by9Center (1)
- COPP_AspectRatio_EN300294_Box14by9Top (2)
- COPP_AspectRatio_EN300294_Box16by9Center (3)
- COPP_AspectRatio_EN300294_Box16by9Top (4)
- COPP_AspectRatio_EN300294_BoxGT16by9Center (5)
- COPP_AspectRatio_EN300294_FullFormat4by3ProtectedCenter (6)
- COPP_AspectRatio_EN300294_FullFormat16by9Anamorphic (7)
AspectRatioChangeMask2
指定一个值,该值指示以下 AspectRatioData2 成员中的有效位字段。
AspectRatioData2
为要为特定保护标准设置的其他纵横比相关数据指定 32 位数据。 此数据可用于表示 EIA-608-B 的 End 和 Q0 值,或 CEA-805-A 类型 B 数据包的活动格式说明。
AspectRatioChangeMask3
指定一个值,该值指示以下 AspectRatioData3 成员中的有效位字段。
AspectRatioData3
为要为特定保护标准设置的其他纵横比相关数据指定 32 位数据。 此数据可用于表示 EIA-608-B 的 End 和 Q0 值,或 CEA-805-A 类型 B 数据包的活动格式说明。
ExtendedInfoChangeMask[4]
指定一个值数组,该值指示以下 ExtendedInfoData 数组成员的相应元素中的有效位字段。
ExtendedInfoData[4]
指定要设置的其他 32 位数据值的数组。 当前未使用。
Reserved
保留。 应设置为零。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | 此结构仅适用于具有 SP1 及更高版本的 Windows Server 2003,以及具有 SP2 及更高版本的 Windows XP。 |
标头 | dxva.h (包括 Dxva.h) |