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.
Contains info about a video extension command parameter info.
Syntax
typedef struct D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_0063 {
LPCWSTR Name;
D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_0063 Type;
D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS_0063 Flags;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_0063;
Members
Name
Pointer to a wide string name of the parameter. The driver allocates and keeps for the lifetime of the device.
Type
The parameter type. See D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE.
Flags
Parameter flags. See D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1903 |
| Header | d3d12umddi.h |