// d3d10umddi.h
typedef struct D3DWDDM2_0DDI_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK {
UINT ClearSize;
UINT EncryptedSize;
} D3DWDDM2_0DDI_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK;
View the official Windows Driver Kit DDI referenceNo description available.
D3DWDDM2_0DDI_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK is used with VideoDecoderSubmitBuffers1 to describe the decoder buffer sub sample mapping block size.
ClearSizeThe number of clear (non-encrypted) bytes at the start of the block.
EncryptedSizeThe number of encrypted bytes following the clear bytes.
Values in the sub sample mapping blocks are relative to the start of the decode buffer.