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.
Retrieves the number of parameters for a parameter stage.
Syntax
typedef struct D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT_DATA_0063 {
[in] GUID CommandId;
[in] D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_0063 Stage;
[out] UINT ParameterCount;
[out] UINT ParameterPacking;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT_DATA_0063;
Members
[in] CommandId
The unique identifier for the video extension command.
[in] Stage
The parameter stage to query.
[out] ParameterCount
The number of parameters in the stage parameter structure.
[out] ParameterPacking
Indicates struct member packing.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1903 |
| Header | d3d12umddi.h |