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.
Defines the configuration for motion search as input for D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT2.
Syntax
typedef struct D3D12_VIDEO_ENCODER_MOTION_SEARCH_CONFIGURATION {
BOOL Enabled;
D3D12_VIDEO_ENCODER_INPUT_MAP_SOURCE MapSource;
D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE MotionSearchMode;
BOOL BidirectionalRefFrameEnabled;
} D3D12_VIDEO_ENCODER_MOTION_SEARCH_CONFIGURATION;
Members
Enabled
Indicates if motion search is enabled.
MapSource
A D3D12_VIDEO_ENCODER_INPUT_MAP_SOURCE specifying the input source.
MotionSearchMode
A D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE specifying the motion search mode.
BidirectionalRefFrameEnabled
Indicates if bidirectional reference frames are used.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12video.h |