Microsoft DirectX 9.0 |
The AMVAUncompDataInfo structure specifies the pixel format and dimensional characteristics of the data input stream.
Note This structure is available in Microsoft® Windows® 98 Second Edition, Windows 2000, and later operating systems.
Syntax
typedef struct _tag_AMVAUncompDataInfo{
DWORD dwUncompWidth;
DWORD dwUncompHeight;
DDPIXELFORMAT ddUncompPixelFormat;
} AMVAUncompDataInfo, *LPAMVAUncompDataInfo;
Members
dwUncompWidth
Width of uncompressed data.
dwUncompHeight
Height of uncompressed data.
ddUncompPixelFormat
DDPIXELFORMAT structure, describing the pixel format of uncompressed data.
See Also