共用方式為


DXVA_COPPSetSignalingCmdData 結構 (dxva.h)

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,以及 Windows XP SP2 和更新版本。
標頭 dxva.h (包含 Dxva.h)

另請參閱

COPPCommand

DXVA_COPPCommand