D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_video_decoder_buffer_info)

D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO structure

Description

Specifies information about a video decoder buffer.

Members

Type

The 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.

Size

The size of the buffer, in bytes.

Usage

A value from the D3D11_1DDI_VIDEO_USAGE enumeration that identifies how the decode device plays video.

See also

D3D11_1DDI_VIDEO_USAGE

D3D11_DDI_VIDEO_DECODER_BUFFER_TYPE