// d3d10umddi.h
typedef struct D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO {
D3D11_1DDI_VIDEO_DECODER_BUFFER_TYPE Type;
UINT Size;
UINT Usage;
} D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies information about a video decoder buffer.
TypeThe type of buffer, specified as a constant value of the D3D11_DDI_VIDEO_DECODER_BUFFER_TYPE enumeration.
In D3d10umddi.h, D3D11_DDI_VIDEO_DECODER_BUFFER_TYPE and D3D11_1DDI_VIDEO_DECODER_BUFFER_TYPE are defined as the same type.
SizeThe size of the buffer, in bytes.
UsageA value from the D3D11_1DDI_VIDEO_USAGE enumeration that identifies how the decode device plays video.
D3D11_DDI_VIDEO_DECODER_BUFFER_TYPE