Edit

D3D12_VIDEO_ENCODER_QPMAP_CONFIGURATION structure (d3d12video.h)

Defines the configuration for QPMap as input for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT2.

Syntax

typedef struct D3D12_VIDEO_ENCODER_QPMAP_CONFIGURATION {
  BOOL                                 Enabled;
  D3D12_VIDEO_ENCODER_INPUT_MAP_SOURCE MapSource;
} D3D12_VIDEO_ENCODER_QPMAP_CONFIGURATION;

Members

Enabled

Indicates if QPMap is enabled.

MapSource

A D3D12_VIDEO_ENCODER_INPUT_MAP_SOURCE specifying the input source.

Requirements

Requirement Value
Header d3d12video.h