D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO structure (d3d12video.h)
Describes a video extension command parameter.
Syntax
typedef struct D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO {
LPCWSTR Name;
D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE Type;
D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS Flags;
} D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO;
Members
Name
A pointer to a wide string containing the name of the command.
Type
A member of the D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE specifying the type of the parameter.
Flags
A member of the D3D12_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS enumeration specifying the usage of the parameter.
Remarks
An array of this structure is provided in a D3D12_FEATURE_DATA_VIDEO_EXTENSION_COMMAND_PARAMETERS structure returned from a call toID3D12VideoDevice::CheckFeatureSupport when the feature specified is D3D12_FEATURE_VIDEO_EXTENSION_COMMAND_PARAMETERS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
Header | d3d12video.h |