// dxva.h
typedef struct _DXVA_COPPSetProtectionLevelCmdData {
ULONG ProtType;
ULONG ProtLevel;
ULONG ExtendedInfoChangeMask;
ULONG ExtendedInfoData;
} DXVA_COPPSetProtectionLevelCmdData;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVA_COPPSetProtectionLevelCmdData structure describes the protection types and levels to set on the physical connector associated with a COPP DirectX VA device.
ProtTypeSpecifies one of the following protection types to set on the physical connector associated with a COPP device:
ProtLevelSpecifies the protection level to set for the protection type in ProtType or COPP_NoProtectionLevelAvailable (-1) if no protection level is available.
ExtendedInfoChangeMaskSpecifies a value that indicates the valid bitfields in the following ExtendedInfoData member.
ExtendedInfoDataSpecifies additional 32-bit data for the protection type in ProtType. Not currently used.