D3D12_VIDEO_SIZE_RANGE structure (d3d12video.h)

Describes the range of supported sizes for a video scaler.

Syntax

typedef struct D3D12_VIDEO_SIZE_RANGE {
  UINT MaxWidth;
  UINT MaxHeight;
  UINT MinWidth;
  UINT MinHeight;
} D3D12_VIDEO_SIZE_RANGE;

Members

MaxWidth

The largest output width to which content can be scaled. The largest value allowed is D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION (16384).

MaxHeight

The largest output height to which content can be scaled. The largest value allowed is D3D12_REQ_TEXTURE2D_U_OR_V_DIMENSION (16384).

MinWidth

The smallest output width to which content can be scaled. The smallest allowed value is 1.

MinHeight

The smallest output height to which content can be scaled. The smallest allowed value is 1.

Requirements

Requirement Value
Header d3d12video.h