Edit

D3D12_VIDEO_ENCODER_MOVE_RECT structure (d3d12video.h)

Describes a move region rectangle, specifying a source point and destination rect for motion search input.

Syntax

typedef struct D3D12_VIDEO_ENCODER_MOVE_RECT {
  POINT SourcePoint;
  RECT  DestRect;
} D3D12_VIDEO_ENCODER_MOVE_RECT;

Members

SourcePoint

A POINT specifying the source position.

DestRect

A RECT specifying the destination region.

Requirements

Requirement Value
Header d3d12video.h