// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_DECODE_BITSTREAM_ENCRYPTION_SCHEME_COUNT_DATA_0032 {
UINT NodeIndex;
GUID DecodeProfile;
UINT BitstreamEncryptionSchemeCount;
} D3D12DDI_VIDEO_DECODE_BITSTREAM_ENCRYPTION_SCHEME_COUNT_DATA_0032;
View the official Windows Driver Kit DDI referenceNo description available.
Structure used to retrieve the number of encryption schemes supported for a given decode profile.
NodeIndexIn multi-adapter operation, this indicates which physical adapter of the device this operation applies to.
DecodeProfileThe decode profile GUID to retrieve the count of supported encryption guids.
BitstreamEncryptionSchemeCountDriver returns the number of supported bitstream encryption schemes.