D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW - NtDoc

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

typedef struct D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW {
  D3D10DDI_HRESOURCE hDrvResource;
  GUID               DecodeProfile;
  UINT               MipSlice;
  UINT               FirstArraySlice;
  UINT               ArraySize;
} D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW structure

Description

Describes the video decoder's output-view state.

Members

hDrvResource

A handle to the video decoder output resource.

DecodeProfile

The decode profile to be used in conjunction with the encryption.

MipSlice

The identifier of the MIP-map slice.

FirstArraySlice

The identifier of the first array slice.

ArraySize

The number of array slices for the texture.