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.
Represents the decode parameters for a frame. Parameter definitions are specified by the codec specification for each decode profile.
Syntax
typedef struct D3D12_VIDEO_DECODE_FRAME_ARGUMENT {
D3D12_VIDEO_DECODE_ARGUMENT_TYPE Type;
UINT Size;
void *pData;
} D3D12_VIDEO_DECODE_FRAME_ARGUMENT;
Members
Type
A member of the D3D12_VIDEO_DECODE_ARGUMENT_TYPE enumeration specifying the type of argument.
Size
The size of the data in pArgument, in bytes.
pData
A pointer to the argument data.
Requirements
Requirement | Value |
---|---|
Header | d3d12video.h |