D3D11_VDOV_DIMENSION Enumeration

Specifies how to access a resource that is used in a video decoding output view.

Syntax

typedef enum D3D11_VDOV_DIMENSION
{
    D3D11_VDOV_DIMENSION_UNKNOWN = 0,
    D3D11_VDOV_DIMENSION_TEXTURE2D = 1
} D3D11_VDOV_DIMENSION;  

Remarks

This enumeration is used with the D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC structure.

Constants

Constant Description
D3D11_VDOV_DIMENSION_UNKNOWN Not a valid value.
D3D11_VDOV_DIMENSION_TEXTURE2D The resource will be accessed as a 2D texture.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).