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.
Specifies video encoder intra refresh modes.
Syntax
typedef enum D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE {
D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE,
D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED
} ;
Constants
D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_NONE The encoder does not use intra refresh. |
D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE_ROW_BASED Row-based intra refresh mode. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | d3d12video.h |