DXVAHD_STREAM_STATE_D3DFORMAT_DATA structure (dxvahd.h)
Specifies the format for an input stream, when using Microsoft DirectX Video Acceleration High Definition (DXVA-HD).
Syntax
typedef struct _DXVAHD_STREAM_STATE_D3DFORMAT_DATA {
D3DFORMAT Format;
} DXVAHD_STREAM_STATE_D3DFORMAT_DATA;
Members
Format
The surface format, specified as a D3DFORMAT value. You can also use a FOURCC code to specify a format that is not defined in the D3DFORMAT enumeration. For more information, see Video FOURCCs.
The default state value is D3DFMT_UNKNOWN.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | dxvahd.h |