Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |