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.
Provides data for calls to ID3D12VideoDevice::CheckFeatureSupport when the feature specified is D3D12_FEATURE_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE. Retrieves a value indicating if the specified frame subregion layout mode is supported for the specified code, profile, and level.
Syntax
typedef struct D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE {
UINT NodeIndex;
D3D12_VIDEO_ENCODER_CODEC Codec;
D3D12_VIDEO_ENCODER_PROFILE_DESC Profile;
D3D12_VIDEO_ENCODER_LEVEL_SETTING Level;
D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE SubregionMode;
BOOL IsSupported;
} D3D12_FEATURE_DATA_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE;
Members
NodeIndex
In multi-adapter operation, this indicates which physical adapter of the device this operation applies to.
Codec
A member of the D3D12_VIDEO_ENCODER_CODEC enumeration specifying the codec for which frame subregion layout mode support is being queried.
Profile
A D3D12_VIDEO_ENCODER_PROFILE_DESC structure specifying the profile for which frame subregion layout mode support is being queried.
Level
A D3D12_VIDEO_ENCODER_LEVEL_SETTING structure specifying the level for which frame subregion layout mode support is being queried.
SubregionMode
A member of the D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE enumeration specifying the frame subregion layout mode for which support is being queried.
IsSupported
Receives a boolean value indicating if the specified frame subregion layout mode is supported for the specified codec.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | d3d12video.h |