D3D12DDI_VIDEO_DECODE_DECRYPTION_ARGUMENTS_0030 - NtDoc

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

typedef struct D3D12DDI_VIDEO_DECODE_DECRYPTION_ARGUMENTS_0030 {
  D3D12DDI_HCRYPTOSESSIONPOLICY_0030 hDrvCryptoSessionPolicy;
  const VOID                         *pIV;
  UINT                               IVSize;
  const VOID                         *pSubSampleMappingBlock;
  UINT                               SubSampleMappingCount;
} D3D12DDI_VIDEO_DECODE_DECRYPTION_ARGUMENTS_0030;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_decode_decryption_arguments_0030)

D3D12DDI_VIDEO_DECODE_DECRYPTION_ARGUMENTS_0030 structure

Description

Video decode decryption arguments.

Members

hDrvCryptoSessionPolicy

Crypto session policy.

pIV

Initialization vector.

IVSize

Initialization vector size.

pSubSampleMappingBlock

Sub sample mapping block.

SubSampleMappingCount

Sub sample mapping count.