D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030 {
  D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030_NONE,
  D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030_CENC_AES_CTR_128
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_bitstream_encryption_type_0030)

D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030 enumeration

Description

The bitstream encryption type.

Constants

D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030_NONE

Indicates that the bitstream encryption type is undefined.

D3D12DDI_BITSTREAM_ENCRYPTION_TYPE_0030_CENC_AES_CTR_128

Indicates that the bitstream encryption type is the CENC (Common Encryption Standard) with an AES-CTR 128 bit key.