Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |